This commit is contained in:
2024-05-24 09:49:40 +08:00
parent c2b088c931
commit 40ecf804bd
8 changed files with 213 additions and 151 deletions

View File

@@ -81,11 +81,22 @@ const tableStore = new TableStore({
{ field: 'createTime', title: '创建时间', minWidth: '150' },
{
title: '操作',
width: '180',
minWidth: '220',
align: 'center',
render: 'buttons',
fixed: 'right',
buttons: [
{
name: 'productSetting',
title: '发送督办单',
type: 'primary',
icon: 'el-icon-EditPen',
render: 'basicButton',
click: row => {
// handleAudit(row.processInstanceId)
ElMessage.warning("待打通生成管理系统接口!")
}
},
{
name: 'productSetting',
title: '问题反馈',
@@ -99,6 +110,7 @@ const tableStore = new TableStore({
feedbackPopup.value.open('填报反馈单',row.id,row.status)
}
},
{
name: 'productSetting',
title: '流程详情',