优化结算页面
This commit is contained in:
parent
95c7b914c1
commit
524d83deec
|
|
@ -146,13 +146,13 @@ export default {
|
||||||
],
|
],
|
||||||
// 报废清单单配置项
|
// 报废清单单配置项
|
||||||
scrapTableColumns: [
|
scrapTableColumns: [
|
||||||
{ t_prop: '', t_label: '设备名称' },
|
{ t_prop: 'typeName', t_label: '设备名称' },
|
||||||
{ t_prop: 'type', t_label: '规格型号' },
|
{ t_prop: 'modelName', t_label: '规格型号' },
|
||||||
{ t_prop: '', t_label: '单位' },
|
{ t_prop: 'nuitName', t_label: '单位' },
|
||||||
{ t_prop: '', t_label: '设备编码' },
|
{ t_prop: 'maCode', t_label: '设备编码' },
|
||||||
{ t_prop: 'date', t_label: '报废数量' },
|
{ t_prop: 'num', t_label: '报废数量' },
|
||||||
{ t_prop: '', t_label: '赔偿单价' },
|
{ t_prop: 'costs', t_label: '赔偿单价' },
|
||||||
{ t_prop: '', t_label: '赔偿金额' },
|
{ t_prop: 'buyPrice', t_label: '赔偿金额' },
|
||||||
],
|
],
|
||||||
// 待报废清单配置项
|
// 待报废清单配置项
|
||||||
stayScrapTableColumns: [
|
stayScrapTableColumns: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue