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')}}
@@ -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">
-
+
@@ -172,11 +172,11 @@ export default {
{ name: 'node_name', label: 'Node', width: '120' },
{ name: 'spider_name', label: 'Spider', width: '120' },
{ name: 'status', label: 'Status', width: '120' },
- { name: 'create_ts', label: 'Create Time', width: '100' },
+ // { name: 'create_ts', label: 'Create Time', width: '100' },
{ name: 'start_ts', label: 'Start Time', width: '100' },
{ name: 'finish_ts', label: 'Finish Time', width: '100' },
- { name: 'wait_duration', label: 'Wait Duration (sec)', width: '80', align: 'right' },
- { name: 'runtime_duration', label: 'Runtime Duration (sec)', width: '80', align: 'right' },
+ { name: 'wait_duration', label: 'Wait Duration (sec)', align: 'right' },
+ { name: 'runtime_duration', label: 'Runtime Duration (sec)', align: 'right' },
{ name: 'total_duration', label: 'Total Duration (sec)', width: '80', align: 'right' },
{ name: 'result_count', label: 'Results Count', width: '80' }
// { name: 'avg_num_results', label: 'Average Results Count per Second', width: '80' }
@@ -348,7 +348,7 @@ export default {
}
.table {
- margin-top: 20px;
+ margin-top: 8px;
border-radius: 5px;
.el-button {
diff --git a/frontend/src/views/user/UserList.vue b/frontend/src/views/user/UserList.vue
index ff4db016..a0e2029f 100644
--- a/frontend/src/views/user/UserList.vue
+++ b/frontend/src/views/user/UserList.vue
@@ -24,6 +24,12 @@
+
+