|
|
@ -169,7 +169,7 @@
|
|
|
|
canResize:false,
|
|
|
|
canResize:false,
|
|
|
|
useSearchForm: false,
|
|
|
|
useSearchForm: false,
|
|
|
|
actionColumn: {
|
|
|
|
actionColumn: {
|
|
|
|
width: 150,
|
|
|
|
width: 120,
|
|
|
|
fixed: 'right',
|
|
|
|
fixed: 'right',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
beforeFetch: (params) => {
|
|
|
|
beforeFetch: (params) => {
|
|
|
@ -269,6 +269,7 @@
|
|
|
|
popConfirm: {
|
|
|
|
popConfirm: {
|
|
|
|
title: '是否确认删除',
|
|
|
|
title: '是否确认删除',
|
|
|
|
confirm: handleDelete.bind(null, record),
|
|
|
|
confirm: handleDelete.bind(null, record),
|
|
|
|
|
|
|
|
placement: 'topLeft',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
];
|
|
|
|
];
|
|
|
@ -278,6 +279,7 @@
|
|
|
|
popConfirm: {
|
|
|
|
popConfirm: {
|
|
|
|
title: '确认提交流程吗?',
|
|
|
|
title: '确认提交流程吗?',
|
|
|
|
confirm: handleProcess.bind(null, record),
|
|
|
|
confirm: handleProcess.bind(null, record),
|
|
|
|
|
|
|
|
placement: 'topLeft',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -292,6 +294,7 @@
|
|
|
|
popConfirm: {
|
|
|
|
popConfirm: {
|
|
|
|
title: '是否确认删除',
|
|
|
|
title: '是否确认删除',
|
|
|
|
confirm: handleDelete.bind(null, record),
|
|
|
|
confirm: handleDelete.bind(null, record),
|
|
|
|
|
|
|
|
placement: 'topLeft',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|