新版交易所前段管理后台
1
5 days ago b4dd0687c7285f3be32860adccfa523a62bfd4c6
src/views/modules/mining/finance-add-or-update.vue
@@ -1,4 +1,4 @@
<template>
<template>
  <el-dialog
    :title="!dataForm.id ? '新增' : '修改'"
    :close-on-click-modal="false"
@@ -178,9 +178,7 @@
      </el-row>
      <el-row>
        <el-col :span="11">
          <el-form-item  label="登录人资金密码"  prop="login_safeword">
        <el-input v-model="dataForm.login_safeword" type="password" placeholder="请输入登录人资金密码"></el-input>
      </el-form-item></el-col>
</el-col>
      </el-row>
    </el-form>
    <span slot="footer" class="dialog-footer">
@@ -322,9 +320,6 @@
          { validator: validatetodeinvestment_max, trigger: "blur" },
          { required: true, message: "投资金额区间不能为空", trigger: "blur" },
        ],
        login_safeword: [
            { required: true, message: '登录人资金密码不能为空', trigger: 'blur' },
        ],
        img: [
            { required: true, message: '上传图片不能为空', trigger: 'blur' },
        ],
@@ -400,9 +395,7 @@
            url: this.$http.adornUrl(url),
            method: "get",
            params: this.$http.adornParams({
              ...this.dataForm,
              login_safeword:encrypt(this.dataForm.login_safeword)
            }),
              ...this.dataForm}),
          }).then(({ data }) => {
            console.log("data => " + JSON.stringify(data));
            this.$message({