shizhong 1 년 전
부모
커밋
6be1aac0af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/system/tenant/index.vue

+ 2 - 2
src/views/system/tenant/index.vue

@@ -141,7 +141,7 @@ const handleCreate = async () => {
         label: '用户名称',
         component: 'Input'
       },
-      0
+      4
     )
     unref(formRef)?.addSchema(
       {
@@ -149,7 +149,7 @@ const handleCreate = async () => {
         label: '用户密码',
         component: 'InputPassword'
       },
-      1
+      5
     )
   }
 }