Ben Lin
2024-08-13 0fdfd2fe63697590d755f50ff8e7ae9bdf7f1f7d
src/views/tigerprojects/tsk/tsk_job/index.vue
@@ -10,27 +10,27 @@
            {
              icon: 'clarity:info-standard-line',
              tooltip: '查看任务详情',
              onClick: __VLS_ctx.handleView.bind(null, record),
              onClick: handleView.bind(null, record),
              name: undefined
            },
            {
              //立即开始
              tooltip: '立即开始',
              icon: 'start|svg',
              onClick: __VLS_ctx.handleStart.bind(null, record),
              onClick: handleStart.bind(null, record),
              name: undefined
            },
            {
              //停止运行
              tooltip: '停止运行',
              icon: 'stop|svg',
              onClick: __VLS_ctx.handleStop.bind(null, record),
              onClick: handleStop.bind(null, record),
              name: undefined
            },
            {
              tooltip: '编辑',
              icon: 'clarity:note-edit-line',
              onClick: __VLS_ctx.handleEdit.bind(null, record),
              onClick: handleEdit.bind(null, record),
              name: undefined
            },
            {
@@ -40,7 +40,7 @@
              popConfirm: {
                title: '是否确认删除?',
                placement: 'left',
                confirm: __VLS_ctx.handleDelete.bind(null, record),
                confirm: handleDelete.bind(null, record),
              },
              name: undefined
            },