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: [],