| | |
| | | * @version: |
| | | * @Date: 2024-05-25 00:27:00 |
| | | * @LastEditors: Ben Lin |
| | | * @LastEditTime: 2024-07-18 15:47:31 |
| | | * @LastEditTime: 2024-07-20 03:51:31 |
| | | --> |
| | | <template> |
| | | <div> |
| | |
| | | icon: 'clarity:note-edit-line', |
| | | tooltip: '修改', |
| | | onClick: handleEdit.bind(null, record), |
| | | name: undefined |
| | | }, |
| | | { |
| | | icon: 'ant-design:delete-outlined', |
| | |
| | | placement: 'left', |
| | | confirm: handleDelete.bind(null, record), |
| | | }, |
| | | name: undefined |
| | | }, |
| | | { |
| | | icon: 'config|svg', |
| | | tooltip: '配置工艺', |
| | | onClick: handleConfig.bind(null, record), |
| | | name: undefined |
| | | }, |
| | | { |
| | | icon: 'release|svg', |
| | | tooltip: '下发', |
| | | onClick: handleRelease.bind(null, record), |
| | | name: undefined |
| | | }, |
| | | { |
| | | icon: 'unrelease|svg', |
| | | tooltip: '取消下发', |
| | | onClick: handleUnRelease.bind(null, record), |
| | | }, |
| | | { |
| | | icon: 'suspend-blue|svg', |
| | | tooltip: '暂停', |
| | | onClick: handlePause.bind(null, record), |
| | | }, |
| | | // { |
| | | // icon: 'unrelease|svg', |
| | | // tooltip: '取消下发', |
| | | // onClick: handleUnRelease.bind(null, record), |
| | | // }, |
| | | // { |
| | | // icon: 'suspend-blue|svg', |
| | | // tooltip: '暂停', |
| | | // onClick: handlePause.bind(null, record), |
| | | // }, |
| | | ]" |
| | | /> |
| | | </template> |
| | |
| | | RowKey: '', |
| | | fnName: 'SaveCofig', //保存方法名 |
| | | // initFnName: { BIZ_MES_WO_Config: 'initRoute' }, //初始化方法名 |
| | | isCustEl: isCustEl.value, |
| | | // isCustEl: isCustEl.value, |
| | | others: routeData.value, |
| | | values: record, //表单记录 |
| | | }); |