| | |
| | | <template> |
| | | <template> |
| | | <div class="mod-transport"> |
| | | <!-- <el-button @click="handle" |
| | | style="margin-left: 20px">{{title}}</el-button> |
| | |
| | | <!-- 确认弹窗-start --> |
| | | <el-dialog title="确认修改" :visible.sync="dialogFormVisible" :append-to-body="true" @close = 'handClose'> |
| | | <el-form :model="dataForm2" ref="dataForm2" @keyup.enter.native="dataFormSubmit()" label-width="80px"> |
| | | <el-form-item label="登录人资金密码" :label-width="formLabelWidth" prop="loginSafeword"> |
| | | <el-input v-model="dataForm2.loginSafeword" type="password" placeholder="登录人资金密码" autocomplete="off"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="超级谷歌验证码" :label-width="formLabelWidth" prop="superGoogleAuthCode"> |
| | | <el-input v-model="dataForm2.superGoogleAuthCode" placeholder="超级谷歌验证码" autocomplete="off"></el-input> |
| | | </el-form-item> |