This commit is contained in:
parent
4ebc515f73
commit
977e59ce30
|
|
@ -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: [],
|
||||||
|
|
|
||||||
|
|
@ -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: [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue