From 0e6bbda3d9f0b9e421b7bf6247be3d82d825de27 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 17 六月 2025 13:43:53 +0800
Subject: [PATCH] git ch

---
 company/src/components/business/detailsEntrustedInsurance.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/company/src/components/business/detailsEntrustedInsurance.vue b/company/src/components/business/detailsEntrustedInsurance.vue
index cae5e24..8c323a5 100644
--- a/company/src/components/business/detailsEntrustedInsurance.vue
+++ b/company/src/components/business/detailsEntrustedInsurance.vue
@@ -202,7 +202,7 @@
               <template slot-scope="{row}">
                 <span v-if="row.applyStatus === 0" style="color: #00BA92;">淇濋殰涓�</span>
                 <span v-if="row.applyStatus === 1" style="color: #999;">涓嶅湪淇�</span>
-                <span v-if="row.applyStatus === 2" style="color: #00BA92;">寰呯敓鏁�</span>
+                <span v-if="row.applyStatus === 2" style="color: #f95601;">寰呯敓鏁�</span>
               </template>
             </el-table-column>
             <el-table-column
@@ -746,7 +746,7 @@
     exportExcel () {
       if (this.activeName === '0') {
         exportExcel({
-          capacity: 10,
+          capacity: 60000,
           page: this.currentPage,
           model: {
             solutionName: this.tableData[0].solutionsName,
@@ -765,7 +765,7 @@
         })
       } else {
         applyChagneDetailExcel({
-          capacity: 10,
+          capacity: 60000,
           page: this.currentPage,
           model: {
             applyId: this.dataId,

--
Gitblit v1.9.3