This commit is contained in:
@jyuhsin
2025-07-02 17:43:22 +08:00
parent ad0b8c558d
commit 9ba46d1908
7 changed files with 57 additions and 13 deletions
@@ -16,7 +16,6 @@
:clickable="['SELECT'].includes(column.columnFormType)"
:label="column.columnName"
:name="column.columnCode"
:error="errors.has(column.columnCode)"
:type="['INT'].includes(column.columnType) ? 'digit' : ''"
:placeholder="(['SELECT'].includes(column.columnFormType) ? '请选择' : '请填写') + column.columnName"
:readonly="['SELECT'].includes(column.columnFormType)"