diff --git a/pages/my/prescriptionDetail.vue b/pages/my/prescriptionDetail.vue index 5ecc1e4..fe2cca2 100644 --- a/pages/my/prescriptionDetail.vue +++ b/pages/my/prescriptionDetail.vue @@ -136,7 +136,7 @@ - + diff --git a/subPackages/sub_clinic_admin/withdrawal/index.vue b/subPackages/sub_clinic_admin/withdrawal/index.vue index b863cb3..20735c2 100644 --- a/subPackages/sub_clinic_admin/withdrawal/index.vue +++ b/subPackages/sub_clinic_admin/withdrawal/index.vue @@ -95,7 +95,7 @@ export default { ], actions: [ { key: 'apply', label: '申请提现' }, - { key: 'edit', label: '修改账户' }, + // { key: 'edit', label: '修改账户' }, { key: 'settlement', label: '结算记录' } ], withdrawalList: [], diff --git a/subPackages/sub_workbench/prescription_v2/index.vue b/subPackages/sub_workbench/prescription_v2/index.vue index 741da36..4662d8f 100644 --- a/subPackages/sub_workbench/prescription_v2/index.vue +++ b/subPackages/sub_workbench/prescription_v2/index.vue @@ -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 }, diff --git a/utils/utils.js b/utils/utils.js index d0b9d95..62c7394 100644 --- a/utils/utils.js +++ b/utils/utils.js @@ -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;