From 59c2e6665e5d2dcfe3516af2373f1c8a7c9e2bc2 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 07 十月 2023 14:06:52 +0800 Subject: [PATCH] 1 --- src/views/project/fund/applyDetail/index.vue | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index b9cf296..f1bebe6 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -494,6 +494,21 @@ </template> </el-table-column> <el-table-column + prop="itemdescribe" + align="center" + width="330" + label="椤圭洰璇存槑" + > + <template slot-scope="scope"> + <el-input + type="textarea" + :rows="2" + v-model="scope.row.itemdescribe" + placeholder="椤圭洰璇存槑" + /> + </template> + </el-table-column> + <el-table-column prop="remark" align="center" width="330" @@ -2995,6 +3010,7 @@ updateBy: null, updateTime: null, uploadflag: null, + itemdescribe: null, uploadtime: null, itemlist: [{ id: "27", itemName: "鍣ㄥ畼鎹愮尞浼︾悊瀹℃牳涓撳璐�" }], servicesscope: null, @@ -3019,6 +3035,7 @@ beneficiaryname: null, beneficiaryno: null, unitname: null, + itemdescribe:null, unitno: null, uintuserno: null, title: null, -- Gitblit v1.9.3