debug合伙人
This commit is contained in:
parent
cb6b3e7578
commit
31d4cbd7f8
|
@ -218,8 +218,7 @@ export const ModelTag = {
|
|||
|
||||
// 店铺员工角色
|
||||
export const StoreStaffRole = {
|
||||
OWNER: "1", // 所有者
|
||||
STAFF: "2", // 员工
|
||||
PARTNER: "1", // 合伙人
|
||||
}
|
||||
|
||||
// 设备在线状态
|
||||
|
|
|
@ -164,7 +164,7 @@ export default {
|
|||
storeId: null,
|
||||
userId: null,
|
||||
remark: null,
|
||||
role: StoreStaffRole.STAFF,
|
||||
role: StoreStaffRole.PARTNER,
|
||||
point: 0,
|
||||
enabled: true,
|
||||
permissions: [],
|
||||
|
|
Loading…
Reference in New Issue
Block a user