From 6b63f7cb1a90b2b365ed9a6baafa406f6ef98c1d Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期日, 07 四月 2024 18:41:08 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/OperaWtbApplyShopWindow.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue index 1d6743c..6b4359d 100644 --- a/company/src/components/business/OperaWtbApplyShopWindow.vue +++ b/company/src/components/business/OperaWtbApplyShopWindow.vue @@ -8,7 +8,7 @@ > <div class="desc"> <div class="desc_item"> - <div class="desc_item_label" v-if="userInfo.type === 1 &&(model.statusCollect ===27)"> + <div class="desc_item_label" v-if="userInfo.type === 1 && model.status ===27 "> <div class="desc_item_label_left"> <span>淇濋櫓鍒版湡杩樻湁 <b style="color: #F95601;">{{model.loseEfficacyDays ? model.loseEfficacyDays : '-'}}</b> 澶�</span> <el-button type="primary" v-if="model.status === 27" @click="$refs.OperaInsuranceApply.open('缁繚', { id: dataId, type: 1 })">涓�閿画淇�</el-button> @@ -24,6 +24,7 @@ <span>鎻愪氦鏃堕棿锛歿{ model.createDate }}</span> </div> <div class="desc_item_label_right"> + <el-button type="primary" @click="$refs.InsuranceDetails.open('鎶曚繚璇︽儏鍗�',model,0)">瀵煎嚭璇﹀崟</el-button> <template v-if="userInfo.type === 1"> <el-button v-if="model.status == 24" type="primary" @click="$refs.OperaInsuranceApply.open('鎶曚繚鐢宠', {id: dataId})">鍐嶆鎶曚繚</el-button> <el-button v-if="[21,22,23,24,25,26,27].includes(model.status)" type="primary" @click="viewFanganshu">鏌ョ湅纭涔�</el-button> @@ -98,6 +99,9 @@ prop="fee" align="center" label="鎬昏垂鐢�(鍏�)"> + <template slot-scope="{row}"> + <span>{{row.fee!=null?row.fee: '-'}}</span> + </template> </el-table-column> </el-table> </div> @@ -261,6 +265,9 @@ align="center" prop="fee" label="浜х敓璐圭敤"> + <template slot-scope="{row}"> + <span>{{row.fee!=null?row.fee: '-'}}</span> + </template> </el-table-column> </el-table> <el-table -- Gitblit v1.9.3