From 21a2d6f813f3d58b494fde010f66bd84ce2f1d41 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 12 八月 2026 13:06:04 +0800
Subject: [PATCH] fix: MOM 1.修改物料弹框的SIP与SOP改为中文
---
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