From 5c243d9d05da668a32b1bc9a4f543ea081488d11 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:08:03 +0800
Subject: [PATCH] feat 功能变更
---
src/views/erp/purchase/invoice/data.ts | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/src/views/erp/purchase/invoice/data.ts b/src/views/erp/purchase/invoice/data.ts
index e222159..a371839 100644
--- a/src/views/erp/purchase/invoice/data.ts
+++ b/src/views/erp/purchase/invoice/data.ts
@@ -148,22 +148,6 @@
valueField: 'id',
},
},
- {
- fieldName: 'auditStatus',
- label: '瀹℃壒鐘舵��',
- component: 'Select',
- componentProps: {
- options: [
- { label: '鏈彁浜�', value: 0 },
- { label: '瀹℃壒涓�', value: 10 },
- { label: '瀹℃牳閫氳繃', value: 20 },
- { label: '瀹℃牳涓嶉�氳繃', value: 30 },
- { label: '宸蹭綔搴�', value: 40 },
- ],
- placeholder: '璇烽�夋嫨瀹℃壒鐘舵��',
- allowClear: true,
- },
- },
];
}
@@ -222,13 +206,6 @@
minWidth: 100,
fixed: 'right',
slots: { default: 'attachment' },
- },
- {
- title: '瀹℃壒鐘舵��',
- field: 'auditStatus',
- minWidth: 100,
- fixed: 'right',
- slots: { default: 'auditStatus' },
},
{
title: '鎿嶄綔',
--
Gitblit v1.9.3