diff --git a/src/views/pages/autoexec/manage/job-manage.vue b/src/views/pages/autoexec/manage/job-manage.vue
index 961eaa0cc1f3c3fc9009e792f258d4c48d04ad37..85eeb0ee1f6881b0e6a5352b80b41448360567ba 100644
--- a/src/views/pages/autoexec/manage/job-manage.vue
+++ b/src/views/pages/autoexec/manage/job-manage.vue
@@ -38,7 +38,10 @@
-
+
+
{{ row.name }}
{{ $t('page.takeover') }}
-
+
{{ $t('page.delete') }}
@@ -339,12 +342,12 @@ export default {
query: { id: row.id }
});
},
- toBatchJobDetail(row) {
- this.$router.push({
- path: '/batch-job-detail',
- query: { id: row.id }
- });
- },
+ //toBatchJobDetail(row) {
+ // this.$router.push({
+ // path: '/batch-job-detail',
+ // query: { id: row.id }
+ // });
+ // },
// toOperationDetail(row) {
// if (row.operationType == 'combop') {
// this.$router.push({