update 小修改“

This commit is contained in:
2022-11-10 15:12:23 +08:00
parent 14b933fb0c
commit 5d36eb676c
4 changed files with 12 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
:options="configs.fields[(n - 1) * COLUMN_PER_ROW + (c - 1)].options"
:props="configs.fields[(n - 1) * COLUMN_PER_ROW + (c - 1)].props"
:disabled="isDetail"
clearable
/>
<el-time-select v-if="getType(n, c) === 'time'" v-model="dataForm[configs.fields[(n - 1) * COLUMN_PER_ROW + (c - 1)].name]" :disabled="isDetail" />
<el-date-picker