|
|
|
@ -75,24 +75,24 @@
@@ -75,24 +75,24 @@
|
|
|
|
|
:actions="[ |
|
|
|
|
{ |
|
|
|
|
label: '设计', |
|
|
|
|
icon: 'fa-solid:mortar-pestle', |
|
|
|
|
icon: 'fa-solid:fill-drip', |
|
|
|
|
onClick: handleWorkFlowFormDesign.bind(null, record) |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '修改', |
|
|
|
|
icon: 'fa-solid:mortar-pestle', |
|
|
|
|
color: 'error', |
|
|
|
|
onClick: handleEdit.bind(null, record) |
|
|
|
|
label: '版本管理', |
|
|
|
|
icon: 'fa6-solid:code-compare', |
|
|
|
|
onClick: handleWorkFlowVersion.bind(null, record), |
|
|
|
|
}]" |
|
|
|
|
:dropDownActions="[ |
|
|
|
|
{ |
|
|
|
|
label: '版本管理', |
|
|
|
|
icon: 'fa-solid:mortar-pestle', |
|
|
|
|
onClick: handleWorkFlowVersion.bind(null, record), |
|
|
|
|
label: '修改', |
|
|
|
|
icon: 'fa6-regular:pen-to-square', |
|
|
|
|
color: 'error', |
|
|
|
|
onClick: handleEdit.bind(null, record) |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '删除', |
|
|
|
|
icon: 'fa-solid:mortar-pestle', |
|
|
|
|
icon: 'ant-design:delete-outlined', |
|
|
|
|
color: 'error', |
|
|
|
|
onClick: handleDel.bind(null, record), |
|
|
|
|
}]" |
|
|
|
|