update:初始化项目,删除数据、档案、体重管理
This commit is contained in:
@@ -686,18 +686,18 @@ export const typeList: UserType[] = [
|
||||
component: healthUserOperatorEx,
|
||||
auth: 'system:health_user_operator_ex:list',
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
title: '驻场人员',
|
||||
component: healthUserStationEx,
|
||||
auth: 'system:health_user_station_ex:list',
|
||||
},
|
||||
{
|
||||
key: 7,
|
||||
title: '体检医院',
|
||||
component: hospitalDoctor,
|
||||
auth: 'medical:medical_hospital_user:list',
|
||||
},
|
||||
// {
|
||||
// key: 6,
|
||||
// title: '驻场人员',
|
||||
// component: healthUserStationEx,
|
||||
// auth: 'system:health_user_station_ex:list',
|
||||
// },
|
||||
// {
|
||||
// key: 7,
|
||||
// title: '体检医院',
|
||||
// component: hospitalDoctor,
|
||||
// auth: 'medical:medical_hospital_user:list',
|
||||
// },
|
||||
];
|
||||
/**
|
||||
* @Description:处理请求参数
|
||||
|
||||
Reference in New Issue
Block a user