1.项目结项详情查询修复
This commit is contained in:
parent
8eb68df528
commit
510ddbf1ab
@ -234,6 +234,40 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
initTableColumns() {
|
||||
this.tableColumnsData = [
|
||||
{
|
||||
label: '审批时间',
|
||||
prop: 'dueDate',
|
||||
show: true
|
||||
},
|
||||
{
|
||||
label: '审批人',
|
||||
prop: 'assigneeName',
|
||||
show: true
|
||||
},
|
||||
{
|
||||
label: '节点名称',
|
||||
prop: 'nodeName',
|
||||
show: true
|
||||
},
|
||||
{
|
||||
label: '审批类型',
|
||||
prop: 'actionName',
|
||||
show: true
|
||||
},
|
||||
{
|
||||
label: '审批意见',
|
||||
prop: 'actionReason',
|
||||
show: true
|
||||
}/*,
|
||||
{
|
||||
label: '操作',
|
||||
prop: 'actionReason',
|
||||
show: true
|
||||
}*/
|
||||
];
|
||||
},
|
||||
//审核
|
||||
handleConfirm() {
|
||||
let map = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user