fix:代码类目模块页优化
This commit is contained in:
parent
66699dabed
commit
b972a1a8ea
@ -67,8 +67,8 @@
|
||||
</el-space>
|
||||
<!-- 数据表格 -->
|
||||
<el-table :data="dataList" ref="tableRef" border highlight-current-row
|
||||
:onSelectionChange="data => (selectionData = data)" :default-expand-all="tableExpandAll"
|
||||
row-key="code_module_category_guid" :tree-props="{ children: 'children' }" :row-class-name="tableRowClassName">
|
||||
:onSelectionChange="data => (selectionData = data)" :default-expand-all="true" row-key="code_module_category_guid"
|
||||
:tree-props="{ children: 'children' }" :row-class-name="tableRowClassName">
|
||||
<el-table-column type="selection" width="50" align="center" />
|
||||
<el-table-column prop="code_module_category_name" width="200" label="类目名称" :show-overflow-tooltip="true">
|
||||
<template #default="scope">
|
||||
|
Loading…
Reference in New Issue
Block a user