表结构更新
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -32,7 +32,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
<!--表格渲染-->
|
<!--表格渲染-->
|
||||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" highlight-current-row style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
<el-table ref="table" v-loading="crud.loading" :data="crud.data" highlight-current-row style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||||
<el-table-column label="所属字典" width="135">
|
<el-table-column label="所属字典" min-width="150" show-overflow-tooltip>
|
||||||
{{ query.dictName }}
|
{{ query.dictName }}
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="label" label="字典标签" align="center" width="120" show-overflow-tooltip />
|
<el-table-column prop="label" label="字典标签" align="center" width="120" show-overflow-tooltip />
|
||||||
|
|||||||
Reference in New Issue
Block a user