From 3282772edd99869dfde21aa8a7c53934c5962bc5 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 20 二月 2024 10:08:58 +0800
Subject: [PATCH] 11
---
src/views/project/fund/performancedetails/index.vue | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/views/project/fund/performancedetails/index.vue b/src/views/project/fund/performancedetails/index.vue
index d600a23..bd41f99 100644
--- a/src/views/project/fund/performancedetails/index.vue
+++ b/src/views/project/fund/performancedetails/index.vue
@@ -233,6 +233,20 @@
</template>
</el-table-column>
<el-table-column
+ prop="taxamount"
+ align="center"
+ label="鎵g◣閲戦"
+ width="120"
+
+ >
+ <template slot-scope="scope">
+ <el-input
+ v-model="scope.row.taxamount"
+ placeholder="鎵g◣閲戦"
+ />
+ </template>
+ </el-table-column>
+ <el-table-column
prop="beneficiaryname"
align="center"
label="缁╂晥浜哄憳鎴栧崟浣�"
--
Gitblit v1.9.3