Browse Source

校端后勤

ZhaoJing 1 year ago
parent
commit
50bc3b9afb
2 changed files with 7 additions and 2 deletions
  1. 5 0
      src/pages/xdhq/sbsg/index.vue
  2. 2 2
      src/router/index.ts

+ 5 - 0
src/pages/xdhq/sbsg/index.vue

@@ -402,6 +402,10 @@ request({
     throw new Error('联系开发者')
   }
 })
+
+function handleLinkTo(){
+  router.push('/splcsz')
+}
 </script>
 
 <template>
@@ -413,6 +417,7 @@ request({
         <!-- <el-button @click="handleTableRowBtn_add" type="primary">新增</el-button> -->
         <el-button @click="handleTableRowBtn_add_new" type="primary">设备申购</el-button>
         <el-button @click="handleTableRowBtn_delete" type="danger">删除</el-button>
+        <el-button @click="handleLinkTo" type="primary">审核流程设置</el-button>
       </div>
       <el-form inline :model="queryForm_Data">
         <!-- <el-form-item label="关键字"><el-input v-model="queryForm_Data.keyword" ></el-input></el-form-item> -->

+ 2 - 2
src/router/index.ts

@@ -2,9 +2,9 @@ import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router';
 import { app_ready, app_routes } from '~/store/app';
 import { RouteRecordDetailRaw } from './routes.d';
 
-import localRoutes, { title } from './routes/xdjx';
+// import localRoutes, { title } from './routes/xdjx';
 // import localRoutes, { title } from './routes/xdjy';
-// import localRoutes, { title } from './routes/xdhq';
+import localRoutes, { title } from './routes/xdhq';
 
 document.title = title