diff --git a/src/pages/searchCenter/pages/standardSearch/index.vue b/src/pages/searchCenter/pages/standardSearch/index.vue new file mode 100644 index 000000000..ef386d537 --- /dev/null +++ b/src/pages/searchCenter/pages/standardSearch/index.vue @@ -0,0 +1,626 @@ + + + + + + + + 检索方式 + + 全文检索 + 标题检索 + + + + + + + + + + + + + + + {{ item.title }} + + {{ option.label }} + + + + + + {{ item.title }} + + {{ option.label }} + + + + + + + + + + + + + + + + 高级检索 + + + 首页 + + + + + + 数据获取中 + + + + + + + + + + 详情 + + + + 发布日期: {{ item.issue_time !== null && item.issue_time !== '' ? $moment(item.issue_time).format('YYYY-MM-DD') : '--' }} + + + + + + + + + 数据获取中 + + + + + + + + {this.isShowDetail = false}">关闭 + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index aaf88fedc..c856fd419 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5000,8 +5000,11 @@ const routes = [ { path: '/standardSearch/:selectKey?/:searchValue?', name: 'StandardSearch', + /* component: () => import('@/pages/searchCenter/pages/standardSearch'), + */ + component: () => import('@/pages/searchCenter/pages/standardSearch/index'), meta: { requireAuth: true, title: '标准检索',