From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 05 二月 2024 09:40:43 +0800
Subject: [PATCH] Mr.Shi

---
 company/src/components/business/OperaInsuranceApplyWindow.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue
index fc12b61..2dae778 100644
--- a/company/src/components/business/OperaInsuranceApplyWindow.vue
+++ b/company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -19,7 +19,7 @@
                 <div class="desc_item_label">
                     <div class="desc_item_label_left">
                         <span>鎶曚繚浼佷笟锛歿{ model.companyName }}</span>
-                        <span>淇濆崟鐘舵�侊細{{ model.statusInfo }}</span>
+                      <span>淇濆崟鐘舵�侊細<span  :class="'apply-status'+model.status" >{{ model.statusInfo }}</span></span>
                         <span>鎻愪氦鏃堕棿锛歿{ model.createDate }}</span>
                     </div>
                   <div class="desc_item_label_right">
@@ -83,7 +83,7 @@
                         <el-table-column
                             prop="currentFee"
                             align="center"
-                            label="褰撳墠璐圭敤(鍏�)">
+                            label="浜х敓璐圭敤(鍏�)">
                         </el-table-column>
                         <el-table-column
                             prop="fee"
@@ -228,7 +228,7 @@
                                 <span style="font-size: 16px; font-weight: 400; color: black;">
                                     {{activity.title}}
                                     <span style="font-size: 16px; font-weight: 400; color: black; margin-left: 10px;" v-if="activity.objType === 5 || activity.objType === 6 || activity.objType === 1 || activity.objType === 2">
-                                       鎻愪氦鎰忚锛歿{activity.content}}
+                                      {{activity.content}}
                                     </span>
                                 </span>
                         <span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;">
@@ -250,6 +250,9 @@
         <additionSubtractionApplication ref="additionSubtractionApplication" @success="successEvent" />
         <!--    鎹㈠巶鐢宠    -->
         <factoryChange ref="factoryChange" @success="successEvent" />
+      <template v-slot:footer>
+        <el-button @click="visible=false">杩斿洖</el-button>
+      </template>
     </GlobalWindow>
 </template>
 
@@ -310,7 +313,7 @@
       visible3: false,
       visible4: false,
       visible5: false,
-      reverse: true,
+      reverse: false,
       radio: 0,
       activities: [],
       tableData: [],
@@ -335,6 +338,8 @@
      open(title,target){
         this.visible = true;
         this.title = title
+        this.model={}
+        this.dataId=null
         this.dataId = target.id
         this.getDetail()
         this.getList()
@@ -520,7 +525,7 @@
     onSubmit(){
 
     },
-    getDetail(){
+     getDetail(){
       getDetail(this.dataId).then(res => {
         this.model = res
         this.tableData = new Array()

--
Gitblit v1.9.3