wangting
2024-03-21 95c9b015dc124b35c77fd013e9ce921262ea41a3
Source/ProjectWeb/src/components/dynamic-components/dynamic-table-form.vue
@@ -99,7 +99,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,