From 4be10170bc9a1546537762e03f2c963d61d2f6ea Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 22 二月 2024 09:16:24 +0800 Subject: [PATCH] mrshi --- company/src/views/enterprise/myPolicy.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/company/src/views/enterprise/myPolicy.vue b/company/src/views/enterprise/myPolicy.vue index 6bf37c0..4b875c3 100644 --- a/company/src/views/enterprise/myPolicy.vue +++ b/company/src/views/enterprise/myPolicy.vue @@ -75,8 +75,14 @@ </template> </el-table-column> <el-table-column prop="solutionsName" label="淇濋櫓鏂规"></el-table-column> + <el-table-column label="淇濆崟鍙�"> + <template slot-scope="{row}"> + <span>{{row.code ? row.code : '-'}}</span> + </template> + </el-table-column> <el-table-column prop="insureNum" label="鎶曚繚浜烘暟"></el-table-column> <el-table-column prop="serviceDays" label="鎶曚繚鏃堕暱锛堝ぉ锛�"></el-table-column> + <el-table-column prop="currentFee" label="浜х敓璐圭敤"></el-table-column> <el-table-column prop="fee" label="鎬昏垂鐢紙鍏冿級"></el-table-column> <el-table-column prop="checkDate" label="鎻愪氦鏃ユ湡"></el-table-column> <el-table-column prop="startTime" label="鎶曚繚鐢熸晥鏃ユ湡"></el-table-column> @@ -89,7 +95,9 @@ > <template slot-scope="{row}"> <el-button type="text" @click="$refs.OperaInsuranceApplyDetails.open('鎶曚繚璇︽儏', { id: row.id })" v-permissions="['business:insuranceapply:update']">鏌ョ湅璇︽儏</el-button> - <el-button type="text" @click="$refs.additionSubtractionApplication.open('鍔犲噺淇濈敵璇�', { id: row.id })">鍔犲噺淇濈敵璇�</el-button> + <template v-if="row.statusCollect === 2"> + <el-button type="text" @click="$refs.additionSubtractionApplication.open('鍔犲噺淇濈敵璇�', { id: row.id })">鍔犲噺淇濈敵璇�</el-button> + </template> </template> </el-table-column> </el-table> -- Gitblit v1.9.3