wangting
2024-03-21 b5710cb685a97ef7eb15e5207d47817569259e6f
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,