代码提交
This commit is contained in:
parent
cde330aa39
commit
5b757ec8b3
|
|
@ -165,8 +165,8 @@ export default {
|
||||||
{ label: '工具名称', prop: 'parentTypeName' },
|
{ label: '工具名称', prop: 'parentTypeName' },
|
||||||
{ label: '规格型号', prop: 'typeName' },
|
{ label: '规格型号', prop: 'typeName' },
|
||||||
{ label: '计量单位', prop: 'unitName' },
|
{ label: '计量单位', prop: 'unitName' },
|
||||||
{ label: '单价', prop: 'originCost', width: 150 },
|
{ label: '资产原值(单个) 单位: 元', prop: 'originCost', width: 120 },
|
||||||
{ label: '申请数量', prop: 'applyNum', width: 150 },
|
{ label: '入库数量', prop: 'applyNum', width: 150 },
|
||||||
{ label: '相关配套资料', prop: 'fileList', width: 150, required: true },
|
{ label: '相关配套资料', prop: 'fileList', width: 150, required: true },
|
||||||
// { label: '合格证', prop: 'certificates' },
|
// { label: '合格证', prop: 'certificates' },
|
||||||
// { label: '检测证书', prop: 'inspectionReports' },
|
// { label: '检测证书', prop: 'inspectionReports' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue