From c2486044121750d274d40aac2e65b47d4c25b5c9 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 22 四月 2024 18:08:15 +0800 Subject: [PATCH] 11 --- src/views/project/tallage/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/project/tallage/index.vue b/src/views/project/tallage/index.vue index 49c86cd..af1f8e5 100644 --- a/src/views/project/tallage/index.vue +++ b/src/views/project/tallage/index.vue @@ -216,7 +216,7 @@ export default { name: "Donorcharge", - dicts: ["sys_gathering", "sys_calculate"], + dicts: ["Collection_status", "sys_calculate"], components: { OrgSelecter }, @@ -377,7 +377,7 @@ /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd() { this.$router.push({ - path: "/cost/computingBill", + path: "/finance/computingBill", query: { id: 0, operation: "add" } }); }, @@ -385,7 +385,7 @@ /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { this.$router.push({ - path: "/cost/computingBill", + path: "/finance/computingBill", query: { id: row.id, operation: "update", data: row } }); }, @@ -393,7 +393,7 @@ /** 璇︽儏鏌ョ湅鎸夐挳鎿嶄綔 */ handleDetail(row) { this.$router.push({ - path: "/cost/computingBill", + path: "/finance/computingBill", query: { id: row.id, operation: "detail", data: row } }); }, -- Gitblit v1.9.3