Merge branch 'master' of http://47.115.223.229:8888/yangjun/hldy_vue
This commit is contained in:
commit
00c55e83be
|
@ -256,12 +256,12 @@ function getTableAction(record) {
|
||||||
auth: 'orgapplyinfo:nu_org_apply_info:edit',
|
auth: 'orgapplyinfo:nu_org_apply_info:edit',
|
||||||
ifShow: record.workOrderStatus == '2' && record.buildStatus == '4'
|
ifShow: record.workOrderStatus == '2' && record.buildStatus == '4'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: '信息推送',
|
// label: '信息推送',
|
||||||
onClick: handlePushInfo.bind(null, record),
|
// onClick: handlePushInfo.bind(null, record),
|
||||||
auth: 'orgapplyinfo:nu_org_apply_info:edit',
|
// auth: 'orgapplyinfo:nu_org_apply_info:edit',
|
||||||
ifShow: record.buildStatus == '5'
|
// ifShow: record.buildStatus == '5'
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue