[bug] -修改同步其他系统处 合同状态;去掉申请人工号
This commit is contained in:
@@ -175,13 +175,28 @@ export default {
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'contStatus',
|
dataIndex: 'contStatus',
|
||||||
width: 100,
|
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' }
|
scopedSlots: { customRender: 'text' }
|
||||||
}, {
|
},
|
||||||
title: '申请员工号',
|
// {
|
||||||
align: 'center',
|
// title: '申请员工号',
|
||||||
dataIndex: 'applydeptno',
|
// align: 'center',
|
||||||
width: 200
|
// dataIndex: 'applydeptno',
|
||||||
}, {
|
// width: 200
|
||||||
|
// },
|
||||||
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
dataIndex: 'action',
|
dataIndex: 'action',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user