See999 4 lat temu
rodzic
commit
255595d2db

+ 1 - 1
src/router/index.js Wyświetl plik

@@ -122,8 +122,8 @@ var _asy_router_map = [
122 122
   dialysisRecord,
123 123
   dialysis,
124 124
   stock,
125
-  selfPreparedMedicine,
126 125
   drugs,
126
+  selfPreparedMedicine,
127 127
   otherManagement,
128 128
   qcd,
129 129
   device,

+ 3 - 3
src/views/layout/Layout.vue Wyświetl plik

@@ -16,9 +16,9 @@
16 16
           <i class="iconfont icon-computer_fill navIcon"></i>
17 17
           <p>透析管理</p>
18 18
         </div>
19
-        <div v-if="kucunShow" :class="index == 3 ? 'navOne navActive' : 'navOne'" @click="clickActive(3,'库管理')">
19
+        <div v-if="kucunShow" :class="index == 3 ? 'navOne navActive' : 'navOne'" @click="clickActive(3,'库管理')">
20 20
           <i class="iconfont icon-kccx navIcon"></i>
21
-          <p>库管理</p>
21
+          <p>库管理</p>
22 22
         </div>
23 23
         <div v-if="kuyishoppingShow" :class="index == 4 ? 'navOne navActive' : 'navOne'" @click="clickActive(4,'酷医商城')">
24 24
           <i class="iconfont icon-shangcheng-1 navIcon"></i>
@@ -126,7 +126,7 @@ export default {
126 126
     let menzhen = ['outpatientRegistration','outpatientDoctorStation','outpatientCharges','outpatientPharmacy']
127 127
     let bingli = ['User','createPatient']
128 128
     let touxi = ['workforce', 'dialysisrecord', 'dialysis', 'medicalScheduling', 'signIndex', 'qcd', 'device', 'quality_control']
129
-    let kucun = ['stockManage','selfPreparedMedicine','stockDrugs','otherManagement']
129
+    let kucun = ['stockManage','stockDrugs','selfPreparedMedicine','otherManagement']
130 130
     let peizhi = ['system','roleManage', 'bedManagement', 'dictionaryManagement', 'templateManagement','showconfig','printTemplate','integration_config']
131 131
     let kuyishopping = ['kuyiShopping']
132 132
     let menzhenArr = []

+ 2 - 2
src/views/layout/components/Sidebar/index.vue Wyświetl plik

@@ -120,8 +120,8 @@ export default {
120 120
             let a = false
121 121
             this.$emit('func',a)
122 122
           }
123
-        }else if(newVal == '库管理'){
124
-          let nameArr = ['stockManage','selfPreparedMedicine','stockDrugs','otherManagement']
123
+        }else if(newVal == '库管理'){
124
+          let nameArr = ['stockManage','stockDrugs','selfPreparedMedicine','otherManagement']
125 125
           // console.log('permission_routers',this.permission_routers)
126 126
           let routerArr = []
127 127
           this.permission_routers.map(item => {