From c9aaead65392b10b576f2f35c992a64bfb7ab08f Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 10 四月 2024 18:21:13 +0800
Subject: [PATCH] feat:工单数据

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