From b4dd0687c7285f3be32860adccfa523a62bfd4c6 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:37 +0800
Subject: [PATCH] 1

---
 src/views/modules/c2c/c2c-ad-remove-despoti.vue |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/views/modules/c2c/c2c-ad-remove-despoti.vue b/src/views/modules/c2c/c2c-ad-remove-despoti.vue
index c71af01..079bc49 100644
--- a/src/views/modules/c2c/c2c-ad-remove-despoti.vue
+++ b/src/views/modules/c2c/c2c-ad-remove-despoti.vue
@@ -1,4 +1,4 @@
-<template>
+<template>
   <el-dialog title="退还所有保证金"
              :close-on-click-modal="false"
              :visible.sync="visible"
@@ -7,13 +7,7 @@
              class="transport-dialog"
   >
     <el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()" label-width="140px">
-      <el-form-item label="登录人资金密码" prop="login_safeword">
-        <el-input v-model="dataForm.login_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>
@@ -42,10 +36,7 @@
         pageSize: 10 // 每页显示多少条
       },
       dataRule: {
-        login_safeword: [
-          { required: true, message: "资金密码不能为空", trigger: "blur" },
-        ],
-      },
+},
     }
   },
   methods: {

--
Gitblit v1.9.3