1. 更新切换账号逻辑

2. 诊所管理员功能上线
This commit is contained in:
李琦
2026-06-01 13:03:26 +08:00
parent 375d2c43b2
commit d89f3a1658
4 changed files with 5 additions and 5 deletions

View File

@@ -136,7 +136,7 @@
<block v-if="lists.prescription_type==2||lists.prescription_type==5||lists.prescription_type==7">
<view class="item" v-for="(it,index) in infoList.repice" :key="it.id || index">
<view class="item" v-for="(it,index) in infoList.repice" :key="it.id">
<!-- v-for="(it,index) in item.content" :key="it.id" -->
<view class="name" style="justify-content: space-between;">
<view class="yp_name">

View File

@@ -95,7 +95,7 @@ export default {
],
actions: [
{ key: 'apply', label: '申请提现' },
{ key: 'edit', label: '修改账户' },
// { key: 'edit', label: '修改账户' },
{ key: 'settlement', label: '结算记录' }
],
withdrawalList: [],

View File

@@ -532,7 +532,7 @@ export default {
patientInfo: null,
prescriptionCategories: [
{ label: '中药', value: 1 },
{ label: '西药', value: 2 },
{ label: '西(中成)药', value: 2 },
{ label: '保健食品', value: 3 },
{ label: '产品服务包', value: 5 },
{ label: '非药品', value: 6 },

View File

@@ -6,8 +6,8 @@ export function checkDev(key = '') {
// 判断某些模块是否开启
switch (key) {
case 'dev':
// return false;
return true;
return false;
// return true;
case 'open-im':
// return false;
return true;