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/components/enterprise/renewalInsurance.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/company/src/components/enterprise/renewalInsurance.vue b/company/src/components/enterprise/renewalInsurance.vue
index 2d422a5..6638b2a 100644
--- a/company/src/components/enterprise/renewalInsurance.vue
+++ b/company/src/components/enterprise/renewalInsurance.vue
@@ -27,6 +27,7 @@
                 </template>
             </el-table-column>
             <el-table-column prop="insureNum" label="鎶曚繚浜烘暟"></el-table-column>
+          <el-table-column prop="guaranteeNum" label="鍦ㄤ繚浜烘暟" ></el-table-column>
             <el-table-column label="鎶曚繚鏃堕暱锛堝ぉ锛�">
                 <template slot-scope="{row}">
                     <span>{{row.serviceDays < 0 ? `-` : row.serviceDays}}</span>

--
Gitblit v1.9.3