From 563230f7ebcfe6b2d07d147f8b0f29e681bb68fb Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 05 三月 2024 11:05:07 +0800 Subject: [PATCH] 11 --- src/views/project/fund/applyDetail/index.vue | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 769f250..a5186fc 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -382,7 +382,7 @@ > </template> </el-table-column> - + <el-table-column prop="title" align="center" @@ -924,7 +924,7 @@ :visible.sync="pdfVisible" width="60%" > - <div> + <div style="margin-bottom: 10px;"> <el-table :data="tableDatatop" style="width: 100%"> <el-table-column v-if="businessType == 4" @@ -997,7 +997,13 @@ </el-table-column> </el-table> </div> - + <el-alert + title="鏂颁笂浼犳枃浠堕渶鍦ㄦ彁浜や繚瀛樺悗鎵嶅彲杩涜妗堜緥鍏宠仈锛屽惁鍒欒涓烘斁寮�" + type="error" + show-icon + close-text="鐭ラ亾浜�" + > + </el-alert> <el-tabs style="margin-top: 20px;" v-model="activeName" @@ -3307,10 +3313,14 @@ ); Promise.all(fetchPromises).then(invoicefileListto => { - this.invoicefileListto = invoicefileListto.filter(item => item !== null); + this.invoicefileListto = invoicefileListto.filter( + item => item !== null + ); this.invoicepdfimg = this.invoicefileListto[0].url; console.log(this.invoicepdfimg, "invoicepdfimg"); - this.invoicepdfimgsrcList = this.invoicefileListto.map(item => item.url); + this.invoicepdfimgsrcList = this.invoicefileListto.map( + item => item.url + ); }); this.previewpdf = true; -- Gitblit v1.9.3