|
@@ -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 = []
|