Browse Source

版本页面跳转

dev
LiLongLong 7 months ago
parent
commit
4f1e2bfab0
  1. 4
      src/pages/Index/History.vue
  2. 2
      src/pages/Index/Settings/Lis.vue
  3. 2
      src/pages/Index/Settings/Version.vue
  4. 6
      src/router/router.ts

4
src/pages/Index/History.vue

@ -2,7 +2,7 @@
<!-- 历史页面-->
<div id="history-container">
<!-- 筛选 -->
<div class="history-filter">
<!-- <div class="history-filter">
<div class="filter-input">
<el-input v-model="inputValue" placeholder="输入信息">
<template #prefix>
@ -16,7 +16,7 @@
<el-button type="primary" class="search-button" @click="handleSearch" disabled>搜索</el-button>
<el-button class="reload-button" @click="handleReset">重置</el-button>
</div>
</div>
</div> -->
<!-- 表格 -->
<div class="history-table" @scroll="onScroll" ref="tableContainer">

2
src/pages/Index/Settings/Lis.vue

@ -1,7 +1,7 @@
<template>
<div>
<!-- -->
LIS
开发中
</div>
</template>

2
src/pages/Index/Settings/Version.vue

@ -1,7 +1,7 @@
<template>
<div>
<!-- -->
版本
开发中
</div>
</template>

6
src/router/router.ts

@ -58,13 +58,11 @@ const routes = [
},
{
path: 'version', //版本管理
redirect: '/notFound',
meta: { underDevelopment: true },
component: () => import('@/pages/Index/Settings/Version.vue'),
},
{
path: 'lis', //LIS配置
redirect: '/notFound',
meta: { underDevelopment: true },
component: () => import('@/pages/Index/Settings/Lis.vue'),
},
],
},

Loading…
Cancel
Save