guhongwei 2 years ago
parent
commit
dc43c5a37f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/user/expert/detail.vue

+ 1 - 1
src/views/user/expert/detail.vue

@@ -38,7 +38,7 @@ import type { FormRules } from 'element-plus';
 
 // 接口
 import { DictDataStore } from '@common/src/stores/system/dictData'; // 字典表
-import { RoleStore } from '@common/src/stores/system/role'; // 个人
+import { RoleStore } from '@common/src/stores/system/role'; // 校色
 import { ExpertStore } from '@common/src/stores/admins/expert'; // 专家
 import { PersonalStore } from '@common/src/stores/admins/personal';
 import type { IQueryResult } from '@/util/types.util';