From 91c82965b2d987452ca276e3a03b48c8dcda2ae9 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 11:47:26 +0800
Subject: [PATCH] config(env): 更新生产环境配置和公司名称

---
 src/views/erp/purchase/invoice/data.ts |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/src/views/erp/purchase/invoice/data.ts b/src/views/erp/purchase/invoice/data.ts
index c70e185..a371839 100644
--- a/src/views/erp/purchase/invoice/data.ts
+++ b/src/views/erp/purchase/invoice/data.ts
@@ -148,19 +148,6 @@
         valueField: 'id',
       },
     },
-    {
-      fieldName: 'auditStatus',
-      label: '瀹℃牳鐘舵��',
-      component: 'Select',
-      componentProps: {
-        options: [
-          { label: '鏈鏍�', value: 10 },
-          { label: '宸插鏍�', value: 20 },
-        ],
-        placeholder: '璇烽�夋嫨瀹℃牳鐘舵��',
-        allowClear: true,
-      },
-    },
   ];
 }
 
@@ -221,16 +208,9 @@
       slots: { default: 'attachment' },
     },
     {
-      title: '瀹℃壒鐘舵��',
-      field: 'auditStatus',
-      minWidth: 100,
-      fixed: 'right',
-      slots: { default: 'auditStatus' },
-    },
-    {
       title: '鎿嶄綔',
       field: 'actions',
-      minWidth: 280,
+      minWidth: 200,
       fixed: 'right',
       slots: { default: 'actions' },
     },

--
Gitblit v1.9.3