feature:自动化增加前端可控显隐。

This commit is contained in:
pixelmaxQM
2024-04-25 21:13:55 +08:00
parent 90549a09e1
commit d23d6c342a
5 changed files with 11 additions and 116 deletions

View File

@@ -452,16 +452,6 @@
<el-input v-model="row.comment" />
</template>
</el-table-column>
<el-table-column
align="left"
prop="comment"
label="前端class"
width="160"
>
<template #default="{row}">
<el-input v-model="row.class" />
</template>
</el-table-column>
<el-table-column
align="left"
prop="fieldSearchType"
@@ -720,7 +710,6 @@ const fieldTemplate = {
require: false,
sort: false,
front: true,
class: '',
errorText: '',
primaryKey: false,
clearable: true,