Merge branch 'develop' into fzq

This commit is contained in:
Fanzink
2022-12-02 16:20:45 +08:00
9 changed files with 570 additions and 85 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