diff --git a/src/views/pages/autoexec/detail/jobDetail/phase/node-list.vue b/src/views/pages/autoexec/detail/jobDetail/phase/node-list.vue index c1c58d0821802967a33db59ebd4195e5a3296b59..5ee990dfa04fb1465729b5a03bc32e635341437b 100644 --- a/src/views/pages/autoexec/detail/jobDetail/phase/node-list.vue +++ b/src/views/pages/autoexec/detail/jobDetail/phase/node-list.vue @@ -316,6 +316,10 @@ export default { title: this.$t('page.startstoptime'), width: 300, key: 'startTime' + }, + { + title: '', + key: 'action' } ], statusActionMapping: { @@ -364,7 +368,6 @@ export default { } if (this.jobData.isCanExecute) { this.theadList.unshift({ key: 'selection' }); - this.theadList.push({ key: 'action' }); } if (!this.$utils.isEmpty(mutations.getSearchParam())) { this.searchParam = mutations.getSearchParam();