From 977e59ce3028dda81e99c6701300b27a587a2cf4 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 19 Dec 2025 14:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/toolsManage/toolsApplication/components/AddCode.vue | 2 +- src/views/toolsManage/toolsApplication/components/AddNum.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/toolsManage/toolsApplication/components/AddCode.vue b/src/views/toolsManage/toolsApplication/components/AddCode.vue index 21820a01..d1d15bac 100644 --- a/src/views/toolsManage/toolsApplication/components/AddCode.vue +++ b/src/views/toolsManage/toolsApplication/components/AddCode.vue @@ -317,7 +317,7 @@ export default { { label: '原始编码', prop: 'identifyCode', width: 150, required: true }, { label: '合格证', prop: 'certificates', width: 100, required: true }, { label: '检测证书', prop: 'inspectionReports', width: 100, required: true }, - { label: '发票', prop: 'purchaseInvoices', width: 100 }, + { label: '采购发票', prop: 'purchaseInvoices', width: 100 }, ], dialogList: [], options: [], diff --git a/src/views/toolsManage/toolsApplication/components/AddNum.vue b/src/views/toolsManage/toolsApplication/components/AddNum.vue index 210f0c46..78e957a4 100644 --- a/src/views/toolsManage/toolsApplication/components/AddNum.vue +++ b/src/views/toolsManage/toolsApplication/components/AddNum.vue @@ -167,7 +167,7 @@ export default { { label: '申请数量', prop: 'applyNum', width: 150 }, { label: '合格证', prop: 'certificates' }, { label: '检测证书', prop: 'inspectionReports' }, - { label: '发票', prop: 'purchaseInvoices' }, + { label: '采购发票', prop: 'purchaseInvoices' }, ], dialogList: [], options: [],