liushengqiang hace 1 año
padre
commit
43cfad4581
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>