田源
2024-03-21 fce9d4e89a50c0b53faee6f6bfd2c385531fbc4b
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,