guhongwei 2 年之前
父节点
当前提交
dc43c5a37f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';