From 109e430dc06c581ed7b1073ef6396aa887a2e20f Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期日, 07 四月 2024 17:26:50 +0800
Subject: [PATCH] 提交一把
---
company/src/components/business/OperaInsuranceApplyWindow.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue
index 8632eff..594607a 100644
--- a/company/src/components/business/OperaInsuranceApplyWindow.vue
+++ b/company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -86,11 +86,17 @@
prop="currentFee"
align="center"
label="宸蹭骇鐢熻垂鐢�(鍏�)">
+ <template slot-scope="{row}">
+ <span>{{row.currentFee!=null?row.currentFee: '-'}}</span>
+ </template>
</el-table-column>
<el-table-column
prop="fee"
align="center"
label="鎬昏垂鐢�(鍏�)">
+ <template slot-scope="{row}">
+ <span>{{row.fee!=null?row.fee: '-'}}</span>
+ </template>
</el-table-column>
</el-table>
</div>
@@ -399,7 +405,7 @@
</span>
</span>
<span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;">
- 鎿嶄綔鍛�-{{activity.creatorName}}锛坽{activity.creatorType == 1 ? activity.companyName: "骞冲彴绔�"}}锛墈{activity.createDate}}
+ 鎿嶄綔鍛�-{{activity.creatorName}}锛坽{(activity.creatorType == 1||activity.creatorType == 2) ? activity.companyName: "骞冲彴绔�"}}锛墈{activity.createDate}}
</span>
</div>
</el-timeline-item>
--
Gitblit v1.9.3