diff --git a/frontend/src/components/InfoView/SpiderInfoView.vue b/frontend/src/components/InfoView/SpiderInfoView.vue
index 381b253c..50f1ccf8 100644
--- a/frontend/src/components/InfoView/SpiderInfoView.vue
+++ b/frontend/src/components/InfoView/SpiderInfoView.vue
@@ -21,11 +21,11 @@
-
+
-
+
@@ -39,11 +39,10 @@
-
-
-
-
-
+
+
+
+
diff --git a/frontend/src/i18n/zh.js b/frontend/src/i18n/zh.js
index c56959c9..43ef33ef 100644
--- a/frontend/src/i18n/zh.js
+++ b/frontend/src/i18n/zh.js
@@ -125,6 +125,8 @@ export default {
'Customized Spider': '自定义爬虫',
'Configurable': '可配置',
'Customized': '自定义',
+ 'configurable': '可配置',
+ 'customized': '自定义',
'Text': '文本',
'Attribute': '属性',
'Field Name': '字段名称',
@@ -148,6 +150,7 @@ export default {
'List Page Fields': '列表页字段',
'Detail Page Fields': '详情页字段',
'Detail Page URL': '详情页URL',
+ 'All': '全部',
// 爬虫列表
'Name': '名称',
diff --git a/frontend/src/views/spider/SpiderList.vue b/frontend/src/views/spider/SpiderList.vue
index eb1e548f..37ca04de 100644
--- a/frontend/src/views/spider/SpiderList.vue
+++ b/frontend/src/views/spider/SpiderList.vue
@@ -93,7 +93,8 @@
-
+
@@ -143,6 +144,14 @@
+
+
+
+
+
+
+
+
- {{scope.row.type === 'customized' ? '自定义' : scope.row.type}}
+ {{$t(scope.row.type)}}