[bug] -修改同步其他系统处 合同状态;去掉申请人工号

This commit is contained in:
fengchenchen
2022-04-20 14:55:39 +08:00
parent 757e1dc5fc
commit dee42866a0
@@ -175,13 +175,28 @@ export default {
align: 'center',
dataIndex: 'contStatus',
width: 100,
customRender: function(text) {
if (text === 'ST_SCCS') {
return '合同执行中'
} else if (text === 'ST_CHANGE') {
return '变更中'
} else if (text === 'ST_TERMINAT') {
return '作废中'
} else if (text === 'ST_TERMINATED') {
return '已作废'
}else if (text === 'ST_FINISHED') {
return '合同结束'
}
},
scopedSlots: { customRender: 'text' }
}, {
title: '申请员工号',
align: 'center',
dataIndex: 'applydeptno',
width: 200
}, {
},
// {
// title: '申请员工号',
// align: 'center',
// dataIndex: 'applydeptno',
// width: 200
// },
{
title: '操作',
dataIndex: 'action',
align: 'center',