1. 更新切换账号逻辑
2. 诊所管理员功能上线
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -95,7 +95,7 @@ export default {
|
||||
],
|
||||
actions: [
|
||||
{ key: 'apply', label: '申请提现' },
|
||||
{ key: 'edit', label: '修改账户' },
|
||||
// { key: 'edit', label: '修改账户' },
|
||||
{ key: 'settlement', label: '结算记录' }
|
||||
],
|
||||
withdrawalList: [],
|
||||
|
||||
@@ -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 },
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user