From 2ab47e51b325d11eb62d41bac3adbffc58039563 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 26 Nov 2019 13:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E9=85=8D=E7=BD=AE=E7=88=AC=E8=99=AB?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/InfoView/SpiderInfoView.vue | 13 ++++++------- frontend/src/i18n/zh.js | 3 +++ frontend/src/views/spider/SpiderList.vue | 17 ++++++++++++++--- 3 files changed, 23 insertions(+), 10 deletions(-) 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 @@ + + + + + + + +