Commit 3046920c authored by 王康's avatar 王康

form

parent 5642572e
...@@ -83,11 +83,11 @@ ...@@ -83,11 +83,11 @@
components: {}, components: {},
// 混入公共对象 // 混入公共对象
mixins: [], mixins: [],
/**
* 组件所使用的表定义schema。表定义schema,请使用 model2codejs 从pdm文件生成schema。
* 对于所有毫末科技的组件,必须传schema,以完成数据的交互
*/
props: { props: {
/**
* 组件所使用的表定义schema。表定义schema,请使用 model2codejs 从pdm文件生成schema。
* 对于所有毫末科技的组件,必须传schema,以完成数据的交互
*/
schema: { schema: {
type: Object, type: Object,
required: true required: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment