安全在线教育平台
祖安之光
23 hours ago 7e827c55fa38991089d6d735f5f425b3e9cb96e1
src/views/onlineEducation/systemManage/user/index.vue
@@ -92,15 +92,15 @@
    },
    {
      id: 1,
      name: '企业级'
      name: '单位级'
    },
    {
      id: 2,
      name: '部门级'
      name: '学院级'
    },
    {
      id: 3,
      name: '车间(岗位)级别'
      name: '实验室级别'
    },
    {
      id: 4,
@@ -128,7 +128,7 @@
    data.dataList = res.data.list.map(item => {
      return {
        ...item,
        userTypeName: item.userType === 0 ? '管理员' : item.userType === 1 ? '企业级' : item.userType === 2 ? '部门级' : item.userType === 3 ? '车间级' :'其他'
        userTypeName: item.userType === 0 ? '管理员' : item.userType === 1 ? '单位级' : item.userType === 2 ? '学院级' : item.userType === 3 ? '实验室级' :'其他'
      }
    })
    data.total = res.data.total
@@ -140,7 +140,7 @@
const openDialog = (type, value) => {
  if(userInfo.value.userType === 3){
    ElMessage.warning('车间级用户不能新增')
    ElMessage.warning('实验室级用户不能新增')
    return;
  }
  dialogRef.value.openDialog(type, value);