新版交易所前段管理后台
1
5 days ago b4dd0687c7285f3be32860adccfa523a62bfd4c6
src/views/modules/sys-config/root2-sys-config.vue
@@ -1,4 +1,4 @@
<template>
<template>
  <div class="mod-transport">
    <!-- <el-button @click="handle"
             style="margin-left: 20px">{{title}}</el-button>
@@ -263,10 +263,7 @@
    <!-- 确认弹窗-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-form-item label="超级谷歌验证码" :label-width="formLabelWidth" prop="superGoogleAuthCode">
          <el-input v-model="dataForm2.superGoogleAuthCode" placeholder="超级谷歌验证码" autocomplete="off"></el-input>
        </el-form-item>
      </el-form>