|
@@ -236,28 +236,28 @@
|
|
<el-input v-model="addForm.phone"></el-input> </el-form-item
|
|
<el-input v-model="addForm.phone"></el-input> </el-form-item
|
|
></el-col>
|
|
></el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
- <el-form-item label="验证码" prop="code">
|
|
|
|
- <el-row :gutter="6">
|
|
|
|
- <el-col :span="14">
|
|
|
|
|
|
+ <el-row :gutter="0">
|
|
|
|
+ <el-col :span="14">
|
|
|
|
+ <el-form-item label="验证码" prop="code">
|
|
<el-input v-model="addForm.code" />
|
|
<el-input v-model="addForm.code" />
|
|
- </el-col>
|
|
|
|
- <el-col :span="9">
|
|
|
|
- <el-button v-show="show" type="info" @click="getCodeFn"
|
|
|
|
- >获取验证码</el-button
|
|
|
|
- >
|
|
|
|
- <el-button
|
|
|
|
- v-show="!show"
|
|
|
|
- :style="{
|
|
|
|
- backgroundColor: '#409eff',
|
|
|
|
- border: '0',
|
|
|
|
- }"
|
|
|
|
- type="info"
|
|
|
|
- >{{ count }}s后重新获取</el-button
|
|
|
|
- >
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-form-item></el-col
|
|
|
|
- >
|
|
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="9">
|
|
|
|
+ <el-button v-show="show" type="info" @click="getCodeFn"
|
|
|
|
+ >获取验证码</el-button
|
|
|
|
+ >
|
|
|
|
+ <el-button
|
|
|
|
+ v-show="!show"
|
|
|
|
+ :style="{
|
|
|
|
+ backgroundColor: '#409eff',
|
|
|
|
+ border: '0',
|
|
|
|
+ }"
|
|
|
|
+ type="info"
|
|
|
|
+ >{{ count }}s后重新获取</el-button
|
|
|
|
+ >
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
@@ -446,7 +446,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.$refs.addForm.resetFields();
|
|
this.$refs.addForm.resetFields();
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ this.count = 0;
|
|
this.dialogForm = false;
|
|
this.dialogForm = false;
|
|
},
|
|
},
|
|
//上传
|
|
//上传
|
|
@@ -561,6 +561,7 @@ export default {
|
|
// expireTime: "",
|
|
// expireTime: "",
|
|
// code: "",
|
|
// code: "",
|
|
// };
|
|
// };
|
|
|
|
+ this.count = 0;
|
|
this.getDataList({ pageNum: 1, pageSize: 10 });
|
|
this.getDataList({ pageNum: 1, pageSize: 10 });
|
|
this.dialogForm = false;
|
|
this.dialogForm = false;
|
|
},
|
|
},
|
|
@@ -592,6 +593,7 @@ export default {
|
|
}
|
|
}
|
|
::v-deep .el-col-9 .el-button {
|
|
::v-deep .el-col-9 .el-button {
|
|
padding: 5px;
|
|
padding: 5px;
|
|
|
|
+ margin: 6px;
|
|
}
|
|
}
|
|
::v-deep .el-dialog__header {
|
|
::v-deep .el-dialog__header {
|
|
background-color: #dddddd;
|
|
background-color: #dddddd;
|