From d85c168ade991c13f68727d544ccb7107b4a48ad Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 24 十一月 2023 09:14:20 +0800 Subject: [PATCH] 11 --- src/views/project/fund/applyDetail/index.vue | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 02d0d38..7dc23bb 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -150,7 +150,8 @@ <div style="margin-bottom: 15px;" v-if=" - userprofile.nickName == '闄堟厱鍗�'&&(businessType=='1'||businessType=='2') + userprofile.nickName == '闄堟厱鍗�' && + (businessType == '1' || businessType == '2') " > <el-button @@ -558,7 +559,9 @@ " type="text" size="small" - v-if="businessType == 3 || businessType == 4" + v-if=" + businessType == 3 || businessType == 2 || businessType == 4 + " >绁ㄦ嵁</el-button > </template> @@ -1152,9 +1155,8 @@ label="鍚嶇О" > <template slot-scope="scope"> - <i style="color:#409EFF" class=" el-icon-s-order" />{{ - scope.row.name - }} + <i style="color:#409EFF" class=" el-icon-s-order" /> + <a :href="pdfimg">{{ scope.row.name }}</a> </template> </el-table-column> @@ -1249,9 +1251,8 @@ label="鍚嶇О" > <template slot-scope="scope"> - <i style="color:#409EFF" class=" el-icon-s-order" />{{ - scope.row.name - }} + <i style="color:#409EFF" class=" el-icon-s-order" /> + <a :href="invoicepdfimg">{{ scope.row.name }}</a> </template> </el-table-column> @@ -2122,7 +2123,7 @@ ); return; } - + /* if ( tempDetail.idcardno == null && @@ -2299,6 +2300,7 @@ } }); } + this.form.id = response.data; } else { this.$modal.msgError("鐢宠鍗曚繚瀛樺け璐ワ細" + response.msg); } @@ -2900,7 +2902,7 @@ // } // }); this.$modal.msgSuccess("璁$畻鎴愬姛"); - this.handleCheck() + this.handleCheck(); } else { this.$message({ type: "error", -- Gitblit v1.9.3