This commit is contained in:
bb_pan 2025-12-19 14:44:15 +08:00
parent 4ebc515f73
commit 977e59ce30
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ export default {
{ label: '原始编码', prop: 'identifyCode', width: 150, required: true }, { label: '原始编码', prop: 'identifyCode', width: 150, required: true },
{ label: '合格证', prop: 'certificates', width: 100, required: true }, { label: '合格证', prop: 'certificates', width: 100, required: true },
{ label: '检测证书', prop: 'inspectionReports', width: 100, required: true }, { label: '检测证书', prop: 'inspectionReports', width: 100, required: true },
{ label: '发票', prop: 'purchaseInvoices', width: 100 }, { label: '采购发票', prop: 'purchaseInvoices', width: 100 },
], ],
dialogList: [], dialogList: [],
options: [], options: [],

View File

@ -167,7 +167,7 @@ export default {
{ label: '申请数量', prop: 'applyNum', width: 150 }, { label: '申请数量', prop: 'applyNum', width: 150 },
{ label: '合格证', prop: 'certificates' }, { label: '合格证', prop: 'certificates' },
{ label: '检测证书', prop: 'inspectionReports' }, { label: '检测证书', prop: 'inspectionReports' },
{ label: '发票', prop: 'purchaseInvoices' }, { label: '采购发票', prop: 'purchaseInvoices' },
], ],
dialogList: [], dialogList: [],
options: [], options: [],