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/components/business/OperaInsuranceApplyShopWindow.vue |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/company/src/components/business/OperaInsuranceApplyShopWindow.vue b/company/src/components/business/OperaInsuranceApplyShopWindow.vue
index 8632eff..7c43dc9 100644
--- a/company/src/components/business/OperaInsuranceApplyShopWindow.vue
+++ b/company/src/components/business/OperaInsuranceApplyShopWindow.vue
@@ -78,9 +78,14 @@
                             label="鎶曚繚浜烘暟">
                         </el-table-column>
                         <el-table-column
+                            prop="guaranteeNum"
+                            align="center"
+                            label="鍦ㄤ繚浜烘暟">
+                        </el-table-column>
+                        <el-table-column
                             prop="serviceDays"
                             align="center"
-                            label="鍦ㄤ繚鏃堕暱锛堝ぉ锛�">
+                            label="淇濆崟鏃堕暱锛堝ぉ锛�">
                         </el-table-column>
                         <el-table-column
                             prop="currentFee"
@@ -216,7 +221,7 @@
                             label="鎬у埆">
                             <template slot-scope="{row}">
                                 <span v-if="row.sex === 0">鐢�</span>
-                                <span v-else>濂�</span>
+                              <span  v-if="row.sex === 1">濂�</span>
                             </template>
                         </el-table-column>
                         <el-table-column
@@ -310,6 +315,12 @@
                             align="center"
                             label="鎵瑰崟鐢熸晥璧锋湡">
                         </el-table-column>
+                      <el-table-column
+                        :key="Math.random()"
+                        prop="fee"
+                        align="center"
+                        label="璐圭敤鍙樻洿(鍏�)">
+                    </el-table-column>
                         <el-table-column
                             align="center"
                             :key="Math.random()"
@@ -386,7 +397,7 @@
                     </div>
                 </div>
                 <div class="desc_item_review">
-                    <div class="desc_item_review_label">瀹℃牳娴佺▼</div>
+                    <div class="desc_item_review_label">鎿嶄綔璁板綍</div>
                   <el-timeline :reverse="reverse">
                     <el-timeline-item
                         v-for="(activity, index) in activities"
@@ -399,7 +410,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>
@@ -445,11 +456,11 @@
 import { findListByDTO } from "@/api/business/dispatchUnit";
 import { fetchList } from "@/api/business/applyChange";
 import { findListByDTO as worktypeFindListByDTO } from "@/api/business/worktype";
-import OperaInsuranceApply from '@/components/enterprise/OperaInsuranceApplyWindow'
+import OperaInsuranceApply from '@/components/enterprise/OperaInsuranceApplyAddWindow'
 import { mapState } from 'vuex'
 
 export default {
-  name: 'OperaInsuranceApplyWindow1',
+  name: 'OperaInsuranceApplyShopWindow',
   extends: BaseOpera,
   components: {
       GlobalWindow,

--
Gitblit v1.9.3