From b756a06d2736a563b4a82328b383a91170162016 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 12 八月 2026 09:33:52 +0800
Subject: [PATCH] yxh20260812
---
src/views/project/tallage/index.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/views/project/tallage/index.vue b/src/views/project/tallage/index.vue
index af1f8e5..f15f1b6 100644
--- a/src/views/project/tallage/index.vue
+++ b/src/views/project/tallage/index.vue
@@ -88,7 +88,7 @@
<span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
</template>
</el-table-column>
- <el-table-column label="缁忓姙浜�" align="center" prop="username" />
+ <!-- <el-table-column label="缁忓姙浜�" align="center" prop="username" /> -->
<el-table-column
label="鐢宠鍗曞彿"
width="180"
@@ -103,15 +103,19 @@
<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>
</el-table-column>
- <el-table-column label="鎬婚噾棰�" align="center" prop="taxamount" />
+ <!-- <el-table-column label="鎬婚噾棰�" align="center" prop="taxamount" /> -->
<el-table-column label="绠楃◣鏃堕棿" align="center" prop="taxedtime" />
- <el-table-column label="浠樻鐘舵��" align="center" prop="isdistribute" />
+ <el-table-column label="浠樻鐘舵��" align="center" prop="isdistribute">
+ <template slot-scope="scope">
+ <span>{{ scope.row.isdistribute == "0" ? "鏈粯娆�" : "宸蹭粯娆�" }}</span>
+ </template>
+ </el-table-column>
<el-table-column label="浠樻鏃ユ湡" align="center" prop="riqi" />
<el-table-column label="鎿嶄綔" width="280" align="center">
<template slot-scope="scope">
@@ -216,7 +220,7 @@
export default {
name: "Donorcharge",
- dicts: ["Collection_status", "sys_calculate"],
+ dicts: ["Collection_status", "sys_0_1"],
components: {
OrgSelecter
},
--
Gitblit v1.9.3