feature:自动化增加前端可控显隐。
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user