fix:代码类目模块页优化

This commit is contained in:
xjh 2023-07-05 15:58:39 +08:00
parent 66699dabed
commit b972a1a8ea

View File

@ -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">