From 37b9d305fa159d523143d41ac1b2e498cb3cf18c Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期二, 08 八月 2023 17:35:58 +0800
Subject: [PATCH] yxh
---
src/views/project/donateconsolationfundlist/index.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/project/donateconsolationfundlist/index.vue b/src/views/project/donateconsolationfundlist/index.vue
index eced10a..39fb306 100644
--- a/src/views/project/donateconsolationfundlist/index.vue
+++ b/src/views/project/donateconsolationfundlist/index.vue
@@ -60,8 +60,8 @@
</template>
</el-table-column>
<el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="120px" />
- <el-table-column label="鎹愮尞缂栧彿" align="center" prop="donorno" />
- <!--<el-table-column label="璐㈠姟瀹℃牳" align="center" prop="financechecher" width="140" />-->
+ <!--<el-table-column label="鎹愮尞缂栧彿" align="center" prop="donorno" />
+ <el-table-column label="璐㈠姟瀹℃牳" align="center" prop="financechecher" width="140" />-->
<el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="160px">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
@@ -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