1.更新im
2.修改最近提的问题
This commit is contained in:
2025-07-06 15:15:37 +08:00
parent f0a17ff9f1
commit be946d3f0b
56 changed files with 642 additions and 4348 deletions
-28
View File
@@ -4,12 +4,8 @@ import { rules } from '/@/utils/helper/validator';
import { render } from '/@/utils/common/renderUtils';
import { Component, h } from 'vue';
import HealthUserEmployeeEx from './HealthUserEmployeeEx/HealthUserEmployeeExList.vue';
import healthUserOperatorEx from './healthUserOperatorEx/HealthUserOperatorExList.vue';
import healthUserStationEx from './healthUserStationEx/HealthUserStationExList.vue';
import healthOperatorEx from './healthOperatorEx/healthOperatorExList.vue';
import healthExpert from '/@/views/consult/doctor/message/conDoctorList.vue';
import healthHelper from '/@/views/consult/helper/conHelperList.vue';
import hospitalDoctor from './hospitalDoctor/HospitalDoctorList.vue';
import { encipher } from '/@/utils/jsencrypt';
import { checkPassword } from '/@/hooks/checkPassword/checkPassword';
import { isShowIdCard } from '/@/utils/getEnv';
@@ -674,30 +670,6 @@ export const typeList: UserType[] = [
component: healthHelper,
auth: 'system:consultation:con_helper:list',
},
{
key: 4,
title: '操作人员',
component: healthOperatorEx,
auth: 'system:health_operator_ex:list',
},
{
key: 5,
title: '专业人员',
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',
// },
];
/**
* @Description:处理请求参数