From 10272be302824d91a452acdb4407d7e9ebb11ba4 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 29 七月 2026 16:02:25 +0800
Subject: [PATCH] 修改预审核标识
---
src/views/project/tallage/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/project/tallage/index.vue b/src/views/project/tallage/index.vue
index f15e25b..f15f1b6 100644
--- a/src/views/project/tallage/index.vue
+++ b/src/views/project/tallage/index.vue
@@ -103,7 +103,7 @@
<el-table-column label="鏄惁绠楃◣" width="180" align="center" prop="istax">
<template slot-scope="scope">
<dict-tag
- :options="dict.type.sys_calculate"
+ :options="dict.type.sys_0_1"
:value="scope.row.istax"
/>
</template>
@@ -220,7 +220,7 @@
export default {
name: "Donorcharge",
- dicts: ["Collection_status", "sys_calculate"],
+ dicts: ["Collection_status", "sys_0_1"],
components: {
OrgSelecter
},
--
Gitblit v1.9.3