Ben Lin
2024-10-17 07895c65b99fa43f8e54f5054bd8351a71158143
src/views/tigerprojects/tsk/tsk_job/index.vue
@@ -11,23 +11,27 @@
              icon: 'clarity:info-standard-line',
              tooltip: '查看任务详情',
              onClick: handleView.bind(null, record),
              name: undefined
            },
            {
              //立即开始
              tooltip: '立即开始',
              icon: 'start|svg',
              onClick: handleStart.bind(null, record),
              name: undefined
            },
            {
              //停止运行
              tooltip: '停止运行',
              icon: 'stop|svg',
              onClick: handleStop.bind(null, record),
              name: undefined
            },
            {
              tooltip: '编辑',
              icon: 'clarity:note-edit-line',
              onClick: handleEdit.bind(null, record),
              name: undefined
            },
            {
              tooltip: '删除',
@@ -38,6 +42,7 @@
                placement: 'left',
                confirm: handleDelete.bind(null, record),
              },
              name: undefined
            },
          ]"
        />