1. 更新切换账号逻辑
2. 诊所管理员功能上线
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
background: #f9fafb;
|
||||
}
|
||||
.clinic-body {
|
||||
padding-left: 24rpx;
|
||||
padding-right: 24rpx;
|
||||
//padding-left: 24rpx;
|
||||
//padding-right: 24rpx;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -98,7 +98,7 @@ export default {
|
||||
const warehouseMenus = options.map((opt) => {
|
||||
const value = opt.value != null ? opt.value : opt.id
|
||||
const label = opt.label || opt.name || '仓库'
|
||||
const title = label.indexOf('仓库') >= 0 ? label : label + '仓库'
|
||||
const title = label.indexOf('仓库') >= 0 ? label : label
|
||||
return {
|
||||
key: 'warehouse-' + value,
|
||||
label: title,
|
||||
|
||||
Reference in New Issue
Block a user