修正名称与俗名关系

This commit is contained in:
dxc
2026-02-04 14:37:18 +08:00
parent fd5600b65b
commit c1e08062f2
2 changed files with 4 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<el-card class="login-card">
<template #header>
<div class="card-header">
<h2>Inventory System</h2>
<h2>用户登录</h2>
</div>
</template>
@ -16,7 +16,7 @@
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
placeholder="请输入用户名 (如: IRIS)"
placeholder="请输入用户名"
:prefix-icon="User"
/>
</el-form-item>
@ -35,9 +35,6 @@
立即登录
</el-button>
<div class="tips">
<p>默认超级管理员: IRIS / licahk</p>
</div>
</el-form>
</el-card>
</div>