liushengqiang 1 năm trước cách đây
mục cha
commit
d174fa6285
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/setting/index.tsx

+ 1 - 1
src/views/setting/index.tsx

@@ -21,7 +21,7 @@ export default defineComponent({
           <NTabPane name="person" tab="个人信息">
             <PersonInfo></PersonInfo>
           </NTabPane>
-          {!user.info.isSuperAdmin && (
+          {user.info.isSuperAdmin && (
             <NTabPane name="school" tab="学校设置">
               <SchoolInfo />
             </NTabPane>