From 6f1ad9bcb73a415f1d45f1adc6bdeb3e80ddf95f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 05 三月 2024 09:33:39 +0800
Subject: [PATCH] mrshi
---
company/src/views/enterprise/entrustedInvoicing.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/company/src/views/enterprise/entrustedInvoicing.vue b/company/src/views/enterprise/entrustedInvoicing.vue
index b695c90..162a15a 100644
--- a/company/src/views/enterprise/entrustedInvoicing.vue
+++ b/company/src/views/enterprise/entrustedInvoicing.vue
@@ -25,7 +25,7 @@
</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>
@@ -76,7 +76,8 @@
data () {
return {
searchForm: {
- type: 1
+ type: 1,
+ status: '5,7'
}
}
},
--
Gitblit v1.9.3