liushengqiang 1 year ago
parent
commit
43cfad4581
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/setting/components/schoolInfo/index.tsx

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

@@ -98,7 +98,7 @@ export default defineComponent({
                   <NButton text>启用</NButton>
                 ) : (
                   <NButton class={styles.errorBtn} text>
-                    停用
+                    冻结
                   </NButton>
                 )}
               </div>