From cef0ffebad11bf1444be8ff3d54172c83800c78d Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期一, 07 八月 2023 16:39:29 +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