From d08414f291cdfc84625e6d34241a56228c958134 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 10 八月 2023 14:12:50 +0800
Subject: [PATCH] yxh
---
src/views/project/donateconsolationfundlist/index.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/project/donateconsolationfundlist/index.vue b/src/views/project/donateconsolationfundlist/index.vue
index a9bcf63..39fb306 100644
--- a/src/views/project/donateconsolationfundlist/index.vue
+++ b/src/views/project/donateconsolationfundlist/index.vue
@@ -242,12 +242,18 @@
<el-input v-model="scope.row.taxedamount" placeholder="绋庡悗閲戦" />
</template>
</el-table-column>
-
+ <!--
<el-table-column prop="unitno" align="center" label="宸ヤ綔鍗曚綅" width="180">
<template slot-scope="scope">
<org-selecter :ref="'unitSel' + scope.$index" :org-type="'3'" v-model="scope.row.unitno" />
</template>
</el-table-column>
+-->
+ <el-table-column prop="unitname" align="center" label="宸ヤ綔鍗曚綅" width="180">
+ <template slot-scope="scope">
+ <el-input v-model="scope.row.unitname" placeholder="宸ヤ綔鍗曚綅" />
+ </template>
+ </el-table-column>
<el-table-column prop="idcardno" align="center" label="韬唤璇佸彿" width="200">
<template slot-scope="scope">
<el-input v-model="scope.row.idcardno" placeholder="韬唤璇佸彿" />
--
Gitblit v1.9.3