From 3a45da15c947c2d478a44a51bd0f926647b1b841 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 11 四月 2025 16:33:17 +0800
Subject: [PATCH] 提交
---
company/src/views/enterprise/myPolicy.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/company/src/views/enterprise/myPolicy.vue b/company/src/views/enterprise/myPolicy.vue
index c40b98d..505f164 100644
--- a/company/src/views/enterprise/myPolicy.vue
+++ b/company/src/views/enterprise/myPolicy.vue
@@ -116,17 +116,17 @@
</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>
- <el-table-column prop="startTime" label="鎶曚繚鐢熸晥鏃ユ湡" align="center"min-width="150"></el-table-column>
- <el-table-column prop="endTime" label="鎶曚繚澶辨晥鏃ユ湡" align="center"min-width="150"></el-table-column>
+ <el-table-column prop="createDate" label="鎻愪氦鏃ユ湡" align="center" min-width="150"></el-table-column>
+ <el-table-column prop="startTime" label="鎶曚繚鐢熸晥鏃ユ湡" align="center" min-width="150"></el-table-column>
+ <el-table-column prop="endTime" label="鎶曚繚澶辨晥鏃ユ湡" align="center" min-width="150"></el-table-column>
<el-table-column
v-if="containPermissions(['business:insuranceapply:update', 'business:insuranceapply:delete'])"
label="鎿嶄綔"
--
Gitblit v1.9.3