From eed29804d3973801f8eac3ad9bead1e608f05b6a Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 20 七月 2024 22:31:56 +0800 Subject: [PATCH] 工单及自定义弹出窗口更新 --- src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue b/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue index 710b308..73c72cc 100644 --- a/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue +++ b/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue @@ -4,7 +4,7 @@ * @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> @@ -32,6 +32,7 @@ icon: 'clarity:note-edit-line', tooltip: '淇敼', onClick: handleEdit.bind(null, record), + name: undefined }, { icon: 'ant-design:delete-outlined', @@ -42,27 +43,30 @@ 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> @@ -274,7 +278,7 @@ RowKey: '', fnName: 'SaveCofig', //淇濆瓨鏂规硶鍚� // initFnName: { BIZ_MES_WO_Config: 'initRoute' }, //鍒濆鍖栨柟娉曞悕 - isCustEl: isCustEl.value, + // isCustEl: isCustEl.value, others: routeData.value, values: record, //琛ㄥ崟璁板綍 }); -- Gitblit v1.9.3