Skip to content

Commit a0a4533

Browse files
committed
邮箱模块:完善 account 的单元测试
1 parent e542cd7 commit a0a4533

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/system/mail/account/index.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<el-input v-model="form.mail" placeholder="请输入邮箱" />
6262
</el-form-item>
6363
<el-form-item label="用户名" prop="username">
64-
<el-input v-model="form.username" placeholder="请输入用户名" />
64+
<el-input v-model="form.username" placeholder="请输入用户名,一般和邮箱一致" />
6565
</el-form-item>
6666
<el-form-item label="密码" prop="password">
6767
<el-input v-model="form.password" placeholder="请输入密码" />
@@ -98,8 +98,6 @@ export default {
9898
return {
9999
// 遮罩层
100100
loading: true,
101-
// 导出遮罩层
102-
exportLoading: false,
103101
// 显示搜索条件
104102
showSearch: true,
105103
// 总条数

0 commit comments

Comments
 (0)