From 7dfbaba5930676252d8339f7d04861c1c2351d5b Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 13 八月 2026 16:27:56 +0800
Subject: [PATCH] feat(mes): 增加产品设计项目审批流程和批次追溯功能
---
src/views/erp/purchase/invoice/data.ts | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/views/erp/purchase/invoice/data.ts b/src/views/erp/purchase/invoice/data.ts
index e222159..c70e185 100644
--- a/src/views/erp/purchase/invoice/data.ts
+++ b/src/views/erp/purchase/invoice/data.ts
@@ -150,17 +150,14 @@
},
{
fieldName: 'auditStatus',
- label: '瀹℃壒鐘舵��',
+ label: '瀹℃牳鐘舵��',
component: 'Select',
componentProps: {
options: [
- { label: '鏈彁浜�', value: 0 },
- { label: '瀹℃壒涓�', value: 10 },
- { label: '瀹℃牳閫氳繃', value: 20 },
- { label: '瀹℃牳涓嶉�氳繃', value: 30 },
- { label: '宸蹭綔搴�', value: 40 },
+ { label: '鏈鏍�', value: 10 },
+ { label: '宸插鏍�', value: 20 },
],
- placeholder: '璇烽�夋嫨瀹℃壒鐘舵��',
+ placeholder: '璇烽�夋嫨瀹℃牳鐘舵��',
allowClear: true,
},
},
@@ -233,7 +230,7 @@
{
title: '鎿嶄綔',
field: 'actions',
- minWidth: 200,
+ minWidth: 280,
fixed: 'right',
slots: { default: 'actions' },
},
--
Gitblit v1.9.3