From 1e72942aa4848ae4835e7f30bb4adc01f9ce5bdc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 23 二月 2024 11:45:58 +0800
Subject: [PATCH] mrshi

---
 company/src/views/enterprise/entrustedInvoicing.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/company/src/views/enterprise/entrustedInvoicing.vue b/company/src/views/enterprise/entrustedInvoicing.vue
index 988a7f2..3f424a7 100644
--- a/company/src/views/enterprise/entrustedInvoicing.vue
+++ b/company/src/views/enterprise/entrustedInvoicing.vue
@@ -18,7 +18,11 @@
                         <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="浜х敓璐圭敤锛堝厓锛�">
@@ -72,7 +76,8 @@
         data () {
             return {
                 searchForm: {
-                    type: 1
+                    type: 1,
+                    status: '5,7'
                 }
             }
         },

--
Gitblit v1.9.3