From 8409b1381c083958636d0f25b2b21522541d7b0f Mon Sep 17 00:00:00 2001
From: 777 <123@qwe.com>
Date: Tue, 10 Jun 2025 14:45:42 +0800
Subject: [PATCH] 1231233
---
.env.development | 2 +-
src/views/cai/payTrdConfig/index.vue | 27 ++++++++++++++++++-
.../pay-trd-config-add-or-update-dialog.vue | 18 +++++++------
3 files changed, 37 insertions(+), 10 deletions(-)
diff --git a/.env.development b/.env.development
index 7f8ec43..0a617e2 100644
--- a/.env.development
+++ b/.env.development
@@ -22,4 +22,4 @@ VUE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
-VUE_APP_LOGO_PRE = 'huahe'
+VUE_APP_LOGO_PRE = 'zhiyu'
diff --git a/src/views/cai/payTrdConfig/index.vue b/src/views/cai/payTrdConfig/index.vue
index 8d7620d..69a97c3 100644
--- a/src/views/cai/payTrdConfig/index.vue
+++ b/src/views/cai/payTrdConfig/index.vue
@@ -65,6 +65,16 @@
>
+
+
+
+
+
@@ -77,7 +87,7 @@
-
+
{
+ return updatePayTrdConfig({ id: row.id, enableIos: row.enableIos })
+ }).then(() => {
+ this.$modal.msgSuccess(text + '成功')
+ this.getList()
+ }).catch(function() {
+ row.enableIos = row.enableIos === 1 ? 0 : 1
+ })
+ },
}
};
diff --git a/src/views/cai/payTrdConfig/pay-trd-config-add-or-update-dialog.vue b/src/views/cai/payTrdConfig/pay-trd-config-add-or-update-dialog.vue
index 3fda214..5cb6086 100644
--- a/src/views/cai/payTrdConfig/pay-trd-config-add-or-update-dialog.vue
+++ b/src/views/cai/payTrdConfig/pay-trd-config-add-or-update-dialog.vue
@@ -2,14 +2,12 @@
-
-
-
-
-
-
-
-
+
+
@@ -78,6 +76,7 @@ export default {
sign: undefined,
forNum: 1,
},
+ selectOps:[],
// 表单校验
rules: {
minAmount: [
@@ -112,6 +111,9 @@ export default {
}
},
created() {
+ for (let i = 0; i < 20; i++) {
+ this.selectOps.push({"value": "V"+i})
+ }
},
methods: {
init (id) {