diff --git a/src/assets/image/searchPageBack.png b/src/assets/image/searchPageBack.png new file mode 100644 index 00000000..59d86a48 Binary files /dev/null and b/src/assets/image/searchPageBack.png differ diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js new file mode 100644 index 00000000..d2a69f7a --- /dev/null +++ b/src/common/lang/dashboard/en.js @@ -0,0 +1,9 @@ +// 首页的所有翻译 +module.exports = { + // 一般检索 + generalSearch: { + queryCondition: 'Query Condition', + retrievalMode: 'Retrieval Mode', + resourceType: 'Resource Type' + } +} diff --git a/src/common/lang/dashboard/zh.js b/src/common/lang/dashboard/zh.js new file mode 100644 index 00000000..93d5b721 --- /dev/null +++ b/src/common/lang/dashboard/zh.js @@ -0,0 +1,9 @@ +// 首页的所有翻译 +module.exports = { + // 一般检索 + generalSearch: { + queryCondition: '查询条件', + retrievalMode: '检索方式', + resourceType: '资源类型' + } +} diff --git a/src/views/dashboard/search/GeneralSearch.vue b/src/views/dashboard/search/GeneralSearch.vue new file mode 100644 index 00000000..94af21c5 --- /dev/null +++ b/src/views/dashboard/search/GeneralSearch.vue @@ -0,0 +1,224 @@ + + + + + + + 高级搜索 + 首页 + + + + + + + {{ $t('dashboard.generalSearch.retrievalMode') }} + + + {{ item.label }} + + + + + + {{ $t('dashboard.generalSearch.resourceType') }} + + + {{ item.label }} + + + + + + + + {{ value.label }} + + + {{ item.label }} + + + + + + + + {{ toggleSearchStatus ? $t('putAway') : $t('open') }} + + + + + + + +