|
|
@ -389,7 +389,7 @@ |
|
|
|
{ title: '计划交付时间',field: 'deliveryTime',align: 'center' }, |
|
|
|
{title: '质保天数',align: 'center',field: 'expiryDay', |
|
|
|
}, |
|
|
|
{field: 'remark',align: 'center',title: '备注',}, |
|
|
|
{field: 'remark',align: 'center',title: '备注',visible: false,}, |
|
|
|
{field: 'auditStatus',align: 'center',title: '审核状态',visible: false, |
|
|
|
formatter: function(value, row, index) { |
|
|
|
return $.table.selectDictLabel(auditStatusDatas, value); |
|
|
|