|
|
@@ -226,9 +226,9 @@
|
|
|
<a-form-item field="student_num" label="学号">
|
|
|
<a-input v-model="form.student_num" placeholder="乐跑账号" allow-clear />
|
|
|
</a-form-item>
|
|
|
- <a-form-item field="password" label="密码" v-if="!form.id">
|
|
|
+ <!-- <a-form-item field="password" label="密码" v-if="!form.id">
|
|
|
<a-input-password v-model="form.password" placeholder="乐跑账号密码,填写错误将无法添加账号" allow-clear />
|
|
|
- </a-form-item>
|
|
|
+ </a-form-item> -->
|
|
|
<a-form-item field="email" label="通知邮箱">
|
|
|
<a-auto-complete :data="email" @search="handleSearch" v-model="form.email" placeholder="用于接收乐跑成功、失败的通知"
|
|
|
allow-clear />
|