From 0b161bd2fa0b448c8824815904355ad245287f01 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 05 三月 2024 19:06:00 +0800
Subject: [PATCH] 111

---
 company/src/views/enterprise/entrustedInvoicing.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/company/src/views/enterprise/entrustedInvoicing.vue b/company/src/views/enterprise/entrustedInvoicing.vue
index 988a7f2..162a15a 100644
--- a/company/src/views/enterprise/entrustedInvoicing.vue
+++ b/company/src/views/enterprise/entrustedInvoicing.vue
@@ -18,10 +18,14 @@
                         <span>{{scope.$index + 1}}</span>
                     </template>
                 </el-table-column>
-                <el-table-column prop="statusInfo" label="鐘舵��"></el-table-column>
+                <el-table-column prop="statusInfo" label="鐘舵��">
+                  <template slot-scope="{row}">
+                    <span :class="'apply-status'+row.status" >{{row.statusInfo}}</span>
+                  </template>
+                </el-table-column>
                 <el-table-column prop="solutionsName" label="淇濋櫓鏂规"></el-table-column>
                 <el-table-column prop="code" label="淇濆崟鍙�"></el-table-column>
-                <el-table-column label="浜х敓璐圭敤锛堝厓锛�">
+                <el-table-column label="宸蹭骇鐢熻垂鐢紙鍏冿級">
                     <template slot-scope="{row}">
                         <span>{{row.currentFee}}</span>
                     </template>
@@ -72,7 +76,8 @@
         data () {
             return {
                 searchForm: {
-                    type: 1
+                    type: 1,
+                    status: '5,7'
                 }
             }
         },

--
Gitblit v1.9.3