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/ctcmgr-delet-update.vue | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/src/views/modules/c2c/ctcmgr-delet-update.vue b/src/views/modules/c2c/ctcmgr-delet-update.vue
index 3bb0209..d121a03 100644
--- a/src/views/modules/c2c/ctcmgr-delet-update.vue
+++ b/src/views/modules/c2c/ctcmgr-delet-update.vue
@@ -1,13 +1,10 @@
-<template>
+<template>
<el-dialog
title="确认删除"
:close-on-click-modal="false"
:visible.sync="visible">
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()" label-width="80px">
- <el-form-item label="登录人资金密码" label-width="220px" prop="loginSafeword">
- <el-input v-model="dataForm.loginSafeword" 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>
@@ -50,11 +47,7 @@
loginSafeword:'',
},
dataRule: {
- loginSafeword: [
- { required: true, message: '登录人资金密码不能为空', trigger: 'blur' },
- // { pattern: /\s\S+|S+\s|\S/, message: '请输入正确的用户名', trigger: 'blur' }
- ],
- // email: [
+// email: [
// { required: true, message: '邮箱不能为空', trigger: 'blur' },
// { validator: validateEmail, trigger: 'blur' }
// ],
--
Gitblit v1.9.3