diff --git a/frontend/src/views/dataset/data/UpdateInfo.vue b/frontend/src/views/dataset/data/UpdateInfo.vue index a60d04999c..a5dd6269ce 100644 --- a/frontend/src/views/dataset/data/UpdateInfo.vue +++ b/frontend/src/views/dataset/data/UpdateInfo.vue @@ -220,6 +220,23 @@ {{ $t('dataset.cron_config') }} + + + @@ -229,7 +246,7 @@ type="primary" icon="el-icon-edit" circle - :disabled="scope.row.rate === 'SIMPLE'" + :disabled="scope.row.rate === 'SIMPLE' || scope.row.status === 'Stopped'" @click="addTask(scope.row)" />