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