From 13b518856345591ddf9ea7271aba77f6423a1bac Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 09 十月 2023 17:00:56 +0800 Subject: [PATCH] 11 --- src/views/project/fund/expertFeeApply/index.vue | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/views/project/fund/expertFeeApply/index.vue b/src/views/project/fund/expertFeeApply/index.vue index d0624fa..4eeba97 100644 --- a/src/views/project/fund/expertFeeApply/index.vue +++ b/src/views/project/fund/expertFeeApply/index.vue @@ -186,6 +186,19 @@ /> </template> </el-table-column> + <el-table-column + label="棰勫鐘舵��" + width="140" + align="center" + prop="checkstatus" + > + <template slot-scope="scope"> + <dict-tag + :options="dict.type.sys_stage_type" + :value="scope.row.checkstatus" + /> + </template> + </el-table-column> <!-- <el-table-column label="鐢宠閲戦" align="center" prop="amountrequested" width="120px" /> <el-table-column label="鑱旂郴鐢佃瘽" align="center" prop="phone" width="150px" /> @@ -224,7 +237,7 @@ <el-button size="mini" type="text" - icon="el-icon-edit" + icon="el-icon-view" @click="handleDetail(scope.row)" >鏌ョ湅</el-button > @@ -389,10 +402,10 @@ </el-form-item> </el-col>--> <el-col :span="5"> - <el-form-item label="鎹愮尞鑰�" prop="name"> + <el-form-item label="鎹愮尞鑰�" prop="donorname"> <el-input :disabled="true" - v-model="form.name" + v-model="form.donorname" placeholder="璇疯緭鍏ユ崘鐚�呭鍚�" /> </el-form-item> @@ -1144,7 +1157,8 @@ //"sys_financeitemtype", //"sys_expensetype", "sys_recordstatus", - "sys_professionaltitle" + "sys_professionaltitle", + "sys_stage_type" ], data() { @@ -1559,6 +1573,7 @@ /** 涓婃姤鎸夐挳鎿嶄綔 */ handleUp(row) { + console.log(row); this.$confirm("鏄惁纭灏嗙櫥璁拌褰曚笂鎶ワ紵", "鎻愮ず", { confirmButtonText: "纭畾", cancelButtonText: "鍙栨秷", -- Gitblit v1.9.3