From 7b336b5d570dece2d283d33221874e8dae1a2118 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 05 三月 2024 14:02:44 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- company/src/views/enterprise/myPolicy.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/company/src/views/enterprise/myPolicy.vue b/company/src/views/enterprise/myPolicy.vue index c87b329..887b8c7 100644 --- a/company/src/views/enterprise/myPolicy.vue +++ b/company/src/views/enterprise/myPolicy.vue @@ -93,7 +93,11 @@ </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 label="鎶曚繚鏃堕暱锛堝ぉ锛�"> + <template slot-scope="{row}"> + <span>{{(row.serviceDays - row.loseEfficacyDays) < 0 ? `-` : row.serviceDays - row.loseEfficacyDays}}</span> + </template> + </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> @@ -107,9 +111,9 @@ > <template slot-scope="{row}"> <el-button type="text" @click="$refs.OperaInsuranceApplyDetails.open('鎶曚繚璇︽儏', { id: row.id })" v-permissions="['business:insuranceapply:update']">鏌ョ湅璇︽儏</el-button> - <template v-if="row.statusCollect === 2"> - <el-button type="text" @click="$refs.additionSubtractionApplication.open('鍔犲噺淇濈敵璇�', { id: row.id })">鍔犲噺淇濈敵璇�</el-button> - </template> +<!-- <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