debug合伙人

This commit is contained in:
磷叶 2024-11-28 14:12:36 +08:00
parent cb6b3e7578
commit 31d4cbd7f8
2 changed files with 2 additions and 3 deletions

View File

@ -218,8 +218,7 @@ export const ModelTag = {
// 店铺员工角色
export const StoreStaffRole = {
OWNER: "1", // 所有者
STAFF: "2", // 员工
PARTNER: "1", // 合伙人
}
// 设备在线状态

View File

@ -164,7 +164,7 @@ export default {
storeId: null,
userId: null,
remark: null,
role: StoreStaffRole.STAFF,
role: StoreStaffRole.PARTNER,
point: 0,
enabled: true,
permissions: [],