From efec46c57dc43aff09e9355eca8517e378251bfa Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 11 四月 2024 09:18:07 +0800 Subject: [PATCH] fix:修改查看更多路径 --- src/views/system/calculate/rule/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/calculate/rule/index.vue b/src/views/system/calculate/rule/index.vue index 3054654..6831222 100644 --- a/src/views/system/calculate/rule/index.vue +++ b/src/views/system/calculate/rule/index.vue @@ -32,7 +32,7 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > <el-table-column label="瑙勫垯鍚嶇О" prop="name" /> - <el-table-column label="鍗曚綅id" align="center" prop="unitId" > + <el-table-column label="鍗曚綅" align="center" prop="unitId" > <template slot-scope="scope"> <div v-if="scope.row.unitId == 2">鎴愰兘x杩愮淮</div> </template> -- Gitblit v1.8.0