...
|
...
|
@@ -12,7 +12,8 @@ |
|
|
</Input>
|
|
|
</Form-item>
|
|
|
<Form-item prop="password">
|
|
|
<Input type="password" size="large" v-model="formInline.password" placeholder="密码" @on-enter="handleSubmit('formInline')">
|
|
|
<input type="hidden" name="pwd" id="">
|
|
|
<Input type="password" size="large" name="pwd" v-model="formInline.password" placeholder="密码" @on-enter="handleSubmit('formInline')">
|
|
|
<Icon type="ios-locked-outline" slot="prepend"></Icon>
|
|
|
</Input>
|
|
|
</Form-item>
|
...
|
...
|
|