yangpeilai 1 день назад
Родитель
Сommit
014cd8f19a
1 измененных файлов: 9 добавлений и 9 удалений
  1. 9
    9
      src/views/system/connection/RealNameMobileEdit.vue

+ 9
- 9
src/views/system/connection/RealNameMobileEdit.vue Просмотреть файл

@@ -103,14 +103,14 @@
</div>
</el-form-item>
</div>
<div style="width: 80%;">
<el-form-item prop="code" label="验证码" required label-width="180px" style="width: 100%;" >
<el-input maxlength="6" minlength="6" clearable v-model="form.code" placeholder="请输入验证码" style="width: 60%"></el-input>
<el-button type="primary" class="code-btn" @click="codeHandle()" :disabled="disabled" style="width: calc(40% - 20px);margin-left: 20px;">
{{ disabled ? `获取验证码${count}` : '获取验证码' }}
</el-button>
</el-form-item>
</div>
<!-- <div style="width: 80%;">-->
<!-- <el-form-item prop="code" label="验证码" required label-width="180px" style="width: 100%;">-->
<!-- <el-input maxlength="6" minlength="6" clearable v-model="form.code" placeholder="请输入验证码" style="width: 60%"></el-input>-->
<!-- <el-button type="primary" class="code-btn" @click="codeHandle()" :disabled="disabled" style="width: calc(40% - 20px);margin-left: 20px;">-->
<!-- {{ disabled ? `获取验证码${count}` : '获取验证码' }}-->
<!-- </el-button>-->
<!-- </el-form-item>-->
<!-- </div>-->
</el-form>
<template #footer>
<span class="dialog-footer">
@@ -245,7 +245,7 @@ const timerHandler = () => {
if (!formEl) {
return
}
console.log(newRowData.value + '----------------');
// console.log(newRowData.value + '----------------');
const params: any = {
oldMobile: newRowData.value.mobile,

Загрузка…
Отмена
Сохранить