From 38cbbab0230154ee3b8ce583a51e40dc6e5ec650 Mon Sep 17 00:00:00 2001
From: 77 <77@77.com>
Date: Fri, 26 Apr 2024 23:48:07 +0800
Subject: [PATCH] 123
---
src/views/cai/accountCash/index.vue | 3 +--
src/views/cai/withdrawExchange/index.vue | 1 +
.../withdraw-exchange-add-or-update-dialog.vue | 9 ++++++++-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/views/cai/accountCash/index.vue b/src/views/cai/accountCash/index.vue
index 6e1faa2..75c3430 100644
--- a/src/views/cai/accountCash/index.vue
+++ b/src/views/cai/accountCash/index.vue
@@ -90,7 +90,6 @@
-
@@ -106,7 +105,7 @@
-
+
+
-
+
+
+
+
@@ -34,6 +37,7 @@ export default {
id: undefined,
money: undefined,
coinNum: undefined,
+ coinCallbackNum: undefined,
remark: undefined,
},
// 表单校验
@@ -44,6 +48,9 @@ export default {
coinNum: [
{ required: true, message: "数据不能为空", trigger: "blur" }
],
+ coinCallbackNum: [
+ { required: true, message: "数据不能为空", trigger: "blur" }
+ ],
},
buttonLoading: false,
}