diff --git a/frontend/src/components/Environment/EnvironmentList.vue b/frontend/src/components/Environment/EnvironmentList.vue index dbc2c9bb..e7c89a51 100644 --- a/frontend/src/components/Environment/EnvironmentList.vue +++ b/frontend/src/components/Environment/EnvironmentList.vue @@ -2,8 +2,8 @@
- {{$t('Add Environment Variables')}} - {{$t('Save')}} + {{$t('Add Environment Variables')}} + {{$t('Save')}}
diff --git a/frontend/src/components/InfoView/SpiderInfoView.vue b/frontend/src/components/InfoView/SpiderInfoView.vue index 45560c60..661e4757 100644 --- a/frontend/src/components/InfoView/SpiderInfoView.vue +++ b/frontend/src/components/InfoView/SpiderInfoView.vue @@ -47,8 +47,8 @@ - {{$t('Run')}} - {{$t('Save')}} + {{$t('Run')}} + {{$t('Save')}}
diff --git a/frontend/src/views/node/NodeList.vue b/frontend/src/views/node/NodeList.vue index 8542d753..641009f3 100644 --- a/frontend/src/views/node/NodeList.vue +++ b/frontend/src/views/node/NodeList.vue @@ -165,7 +165,7 @@ export default { { name: 'ip', label: 'IP', width: '160' }, { name: 'type', label: 'Type', width: '120' }, // { name: 'port', label: 'Port', width: '80' }, - { name: 'status', label: 'Status', width: '120', sortable: true }, + { name: 'status', label: 'Status', width: '120' }, { name: 'description', label: 'Description', width: 'auto' } ], nodeFormRules: { diff --git a/frontend/src/views/schedule/ScheduleList.vue b/frontend/src/views/schedule/ScheduleList.vue index 3fa78945..28ca4961 100644 --- a/frontend/src/views/schedule/ScheduleList.vue +++ b/frontend/src/views/schedule/ScheduleList.vue @@ -52,7 +52,7 @@ v-model="scheduleForm.cron" :placeholder="$t('Cron')"> - {{$t('生成Cron')}} + {{$t('生成Cron')}} - {{$t('Cancel')}} - {{$t('Submit')}} + {{$t('Cancel')}} + {{$t('Submit')}} @@ -84,7 +84,7 @@
- diff --git a/frontend/src/views/spider/SpiderList.vue b/frontend/src/views/spider/SpiderList.vue index d791b862..348728a1 100644 --- a/frontend/src/views/spider/SpiderList.vue +++ b/frontend/src/views/spider/SpiderList.vue @@ -89,10 +89,11 @@ :on-change="onUploadChange" :on-success="onUploadSuccess" :file-list="fileList"> - {{$t('Upload')}} + {{$t('Upload')}} + @@ -114,7 +115,7 @@
-
- + {{$t('Import Spiders')}} - {{$t('Add Spider')}} - @@ -538,7 +539,7 @@ export default { } .table { - margin-top: 20px; + margin-top: 8px; border-radius: 5px; .el-button { diff --git a/frontend/src/views/task/TaskList.vue b/frontend/src/views/task/TaskList.vue index e15aa661..9cbceb20 100644 --- a/frontend/src/views/task/TaskList.vue +++ b/frontend/src/views/task/TaskList.vue @@ -4,7 +4,7 @@
- - - @@ -119,7 +119,7 @@ :width="col.width"> - +