From 29b4f3544d1cce531c83e1164b5be47f26a569bb Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 10:17:11 +0800
Subject: [PATCH] 采购来票详情编辑后报错
---
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