|
@@ -4,23 +4,17 @@
|
|
v-model="modalIsShow"
|
|
v-model="modalIsShow"
|
|
:mask-closable="false"
|
|
:mask-closable="false"
|
|
:closable="false"
|
|
:closable="false"
|
|
- :mask="false"
|
|
|
|
- width="300px"
|
|
|
|
|
|
+ width="400px"
|
|
@on-visible-change="visibleChange"
|
|
@on-visible-change="visibleChange"
|
|
>
|
|
>
|
|
<div slot="header"></div>
|
|
<div slot="header"></div>
|
|
|
|
|
|
- <Form
|
|
|
|
- ref="modalFormComp"
|
|
|
|
- :model="modalForm"
|
|
|
|
- :rules="rules"
|
|
|
|
- :label-width="0"
|
|
|
|
- >
|
|
|
|
|
|
+ <Form ref="modalFormComp" :model="modalForm" :rules="rules">
|
|
<div class="warning-tips">
|
|
<div class="warning-tips">
|
|
<img src="@/assets/images/icon-error-big.png" />
|
|
<img src="@/assets/images/icon-error-big.png" />
|
|
<p>试卷重复扫描作答有异常,请联系工作人员处理</p>
|
|
<p>试卷重复扫描作答有异常,请联系工作人员处理</p>
|
|
</div>
|
|
</div>
|
|
- <FormItem prop="password" label="密码">
|
|
|
|
|
|
+ <FormItem prop="password">
|
|
<Input
|
|
<Input
|
|
v-model.trim="modalForm.password"
|
|
v-model.trim="modalForm.password"
|
|
placeholder="请输入管理员密码"
|
|
placeholder="请输入管理员密码"
|
|
@@ -30,7 +24,7 @@
|
|
</FormItem>
|
|
</FormItem>
|
|
</Form>
|
|
</Form>
|
|
|
|
|
|
- <div slot="footer">
|
|
|
|
|
|
+ <div slot="footer" style="text-align: center;">
|
|
<Button type="primary" :disabled="isSubmit" @click="submit">确认</Button>
|
|
<Button type="primary" :disabled="isSubmit" @click="submit">确认</Button>
|
|
</div>
|
|
</div>
|
|
</Modal>
|
|
</Modal>
|