From cfdafcf22dbd868c9876d37efbd92b97ba014bef Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 26 三月 2025 09:17:01 +0800
Subject: [PATCH] 优化
---
company/src/views/business/insuranceApplyShop.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/company/src/views/business/insuranceApplyShop.vue b/company/src/views/business/insuranceApplyShop.vue
index 309df61..169e4a6 100644
--- a/company/src/views/business/insuranceApplyShop.vue
+++ b/company/src/views/business/insuranceApplyShop.vue
@@ -83,7 +83,8 @@
<span :class="'apply-status'+row.status" >{{row.statusInfo}}</span>
</template>
</el-table-column>
- <el-table-column prop="solutionsName" fixed label="淇濋櫓鏂规" align="center" min-width="150"></el-table-column>
+ <el-table-column prop="companyName" fixed label="鎶曚繚浼佷笟" align="center" min-width="130"></el-table-column>
+ <el-table-column prop="solutionsName" fixed label="淇濋櫓鏂规" align="center" min-width="120"></el-table-column>
<el-table-column label="绫诲瀷" fixed align="center">
<template slot-scope="{row}">
<span style="color: #00BA92" v-if="row.solutionType == 1">濮旀墭鎶曚繚</span>
@@ -112,12 +113,12 @@
</el-table-column>
<el-table-column prop="currentFee" label="宸蹭骇鐢熻垂鐢�" align="center">
<template slot-scope="{row}">
- <span>{{row.currentFee!=null?row.currentFee+'鍏�': '-'}}</span>
+ <span>{{row.currentFee!=null?row.currentFee+' 鍏�': '-'}}</span>
</template>
</el-table-column>
<el-table-column prop="fee" label="鎬昏垂鐢�" align="center">
<template slot-scope="{row}">
- <span>{{row.fee!=null?row.fee+'鍏�': '-'}}</span>
+ <span>{{row.fee!=null?row.fee+' 鍏�': '-'}}</span>
</template>
</el-table-column>
<el-table-column prop="createDate" label="鎻愪氦鏃ユ湡" align="center" min-width="150"></el-table-column>
--
Gitblit v1.9.3