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

@@ -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 },