|
|
@ -494,7 +494,7 @@ |
|
|
|
{ title: '审核状态',field: 'auditStatus', visible: false, |
|
|
|
formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);} |
|
|
|
}, |
|
|
|
{title: '客户状态',field: 'useStatus', |
|
|
|
{title: '使用状态',field: 'useStatus', |
|
|
|
formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}, |
|
|
|
}, |
|
|
|
{title: '客户编号',field: 'id',visible: false }, |
|
|
|