From 780dce7699d562267db954ec8ccaa50ee410276b Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 10 四月 2024 14:08:03 +0800 Subject: [PATCH] 考核规则 --- 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