Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -47,6 +47,11 @@ type: Object, default: {} }, isShow: { //所在区域是否已显示,针对tab和collapse type: Boolean, default: true }, }, data() { return { @@ -80,7 +85,7 @@ prop: item.field, type: typeValue, value: item.defaultValue, dicData: item.type === 'combox' ? item.dicData : null, dicData: item.type === 'combox' ? item.dicData : item.dicUrl, readonly: item.readOnly, disabled: item.disabled, labelSuffix: item.suffix,