feat(login): 移除登录页面用户名校验

This commit is contained in:
woody 2025-09-30 09:51:09 +08:00
parent ef0e08a9a0
commit 354f4fa91c
2 changed files with 8 additions and 2 deletions

View File

@ -105,7 +105,14 @@
prop="pointTypeLabel"
label="点位类型"
width="100"
/>
>
<template slot-scope="scope">
<el-tag size="small" :type="scope.row.pointTypeLabel === '普通点位' ? 'info' : 'warning'">
{{ scope.row.pointTypeLabel }}
</el-tag>
</template>
</el-table-column>
<el-table-column
align="center"
prop="stage"

View File

@ -43,7 +43,6 @@
type="text"
tabindex="1"
auto-complete="on"
@blur="getCheck"
/>
</el-form-item>