From 6548996bfac9dd02e21e1fd9519109fc8b5dfeb2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期六, 11 五月 2024 18:48:47 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/business/InsuranceDetailsWtb.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/company/src/components/business/InsuranceDetailsWtb.vue b/company/src/components/business/InsuranceDetailsWtb.vue
index 06ae5f7..207fdc2 100644
--- a/company/src/components/business/InsuranceDetailsWtb.vue
+++ b/company/src/components/business/InsuranceDetailsWtb.vue
@@ -27,7 +27,7 @@
               <div class="box_table_content_item box_table_content_header">{{ model.startTime }}</div>
               <div class="box_table_content_item box_table_content_header">{{ model.endTime }}</div>
               <div class="box_table_content_item box_table_content_header">{{ model.insureNum }}</div>
-              <div class="box_table_content_item box_table_content_header">{{model.fee}}</div>
+              <div class="box_table_content_item box_table_content_header">{{model.fee!=null?model.fee:'-'}}</div>
             </div>
           </div>
             <div class="box_table">
@@ -64,6 +64,9 @@
 <!--            <el-button type="danger"  :loading="isWorking.export" @click="check(1)">瀹℃牳涓嶉�氳繃</el-button>-->
             <el-button @click="visible=false">鍙栨秷</el-button>
         </template>
+      <template v-else-if="type==2" v-slot:footer>
+        <el-button @click="visible=false">杩斿洖</el-button>
+      </template>
         <template v-else v-slot:footer>
             <el-button type="primary"  :loading="isWorking.export" @click="exportDetail">瀵煎嚭璇﹀崟</el-button>
             <el-button @click="visible=false">鍙栨秷</el-button>
@@ -306,8 +309,12 @@
                   border-bottom: 0px solid #b4bbc5 !important;
                 }
               .box_table_content_item {
-                    flex: 1;
-                    height: 50px;
+                //white-space: nowrap;
+                overflow: hidden;
+                //text-overflow: ellipsis;
+                flex: 1;
+                height: 50px;
+                padding: 10px;
                     background: #ffffff;
                     display: flex;
                     align-items: center;

--
Gitblit v1.9.3