新版交易所前段管理后台
1
5 days ago b4dd0687c7285f3be32860adccfa523a62bfd4c6
src/views/modules/c2c/bank-ord-passtpn.vue
@@ -1,4 +1,4 @@
<template>
<template>
  <el-dialog
    :title="n?'手动到账':'手动放行'"
    :close-on-click-modal="false"
@@ -209,12 +209,7 @@
                  placeholder="到账数量">
        </el-input>
      </el-form-item>
      <el-form-item label="登录人资金密码" prop="safeword">
        <el-input v-model="dataForm.safeword" type="password"
                  placeholder="登录人资金密码">
        </el-input>
      </el-form-item>
    </el-form>
</el-form>
    <span slot="footer" class="dialog-footer">
      <el-button @click="visible = false">关闭</el-button>
      <el-button type="primary" @click="dataFormSubmit()">确定</el-button>