From 6a84b9b93897276fc3ecc59ff75ef01df0ff25b7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 22 四月 2024 17:31:07 +0800
Subject: [PATCH] 11

---
 src/views/project/unitCost/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/project/unitCost/index.vue b/src/views/project/unitCost/index.vue
index 229c77e..1726b5d 100644
--- a/src/views/project/unitCost/index.vue
+++ b/src/views/project/unitCost/index.vue
@@ -117,7 +117,7 @@
       <el-table-column label="鐘舵��" align="center" prop="paystatus">
         <template slot-scope="scope">
           <dict-tag
-            :options="dict.type.sys_gathering"
+            :options="dict.type.Collection_status"
             :value="scope.row.paystatus"
           />
         </template>
@@ -231,7 +231,7 @@
 
 export default {
   name: "Donorcharge",
-  dicts: ["sys_gathering"],
+  dicts: ["Collection_status"],
   components: {
     OrgSelecter
   },

--
Gitblit v1.9.3