From 245514f4265faba31d0e778b41c6698d541baacc Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 10 四月 2024 15:23:32 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/zgyw-ui --- 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