This commit is contained in:
2025-10-23 17:13:28 +08:00
parent e86b537bd1
commit 34233eab66
6 changed files with 472 additions and 282 deletions

View File

@@ -41,7 +41,7 @@
<el-form class="ms-content" :rules="registerRules" ref="registerForm" :model="registerForm" label-width="0">
<!-- 用户名 -->
<el-form-item prop="username">
<el-input size="small" v-model="registerForm.username" auto-complete="off" placeholder="username">
<el-input size="small" v-model="registerForm.username" auto-complete="off" placeholder="user name">
<i slot="prefix" class="el-icon-user"></i>
</el-input>
</el-form-item>