From ba20a16e8129bc1944fe71119086d91342f96ff2 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 18:28:06 +0800
Subject: [PATCH] 1
---
src/views/modules/sys-config/root2-sys-config.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/modules/sys-config/root2-sys-config.vue b/src/views/modules/sys-config/root2-sys-config.vue
index 5d266f3..c5ad7c8 100644
--- a/src/views/modules/sys-config/root2-sys-config.vue
+++ b/src/views/modules/sys-config/root2-sys-config.vue
@@ -121,13 +121,14 @@
<!-- <el-form-item label="交割合约" prop="roleName" class="item"></el-form-item> -->
<div class="item2" style="width: 520px;">
<div style="height: auto;position: relative;top: -15%;">
- 手续费
+ <!-- 手续费 -->
+ 交割合约
</div>
</div>
- <!-- <div style="background-color: white;height: 10px;"></div> -->
- <!-- <el-form-item label="24小时内交割合约客户最高赢率(设置了场控的不受影响),高于设定的值时客户必亏" style="display: flex;flex-wrap:wrap"></el-form-item>
- <el-form-item label="低于时则不限制(范例:10,为最高赢10%),为0则不限制" style="display: flex;flex-wrap:wrap"></el-form-item> -->
- <!-- <br /> -->
+ <div style="background-color: white;height: 10px;"></div>
+ <el-form-item label="24小时内交割合约客户最高赢率(设置了场控的不受影响),高于设定的值时客户必亏" style="display: flex;flex-wrap:wrap"></el-form-item>
+ <el-form-item label="低于时则不限制(范例:10,为最高赢10%),为0则不限制" style="display: flex;flex-wrap:wrap"></el-form-item>
+ <br />
<el-input-number v-model="dataForm.futures_most_prfit_level" :step="2"></el-input-number>
--
Gitblit v1.9.3