From 1e6f177e264b130cb69e79e4325156989629ec85 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 17 Feb 2025 15:37:19 +0800
Subject: [PATCH] feat(user): 新增客服用户注册功能
---
src/main/resources/templates/febs/views/modules/runVip/sellVipList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
index f9f23e2..4d23a27 100644
--- a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
+++ b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
@@ -146,7 +146,7 @@
{field: 'amountFee', title: '手续费', minWidth: 100,align:'center', totalRow:true},
{title: '状态', templet: '#statusType', minWidth: 100,align:'center'},
{field: 'createdTime', title: '创建时间', minWidth: 180,align:'center'},
- {title: '操作', toolbar: '#withdrawOption', minWidth: 100}
+ {title: '操作', toolbar: '#withdrawOption', minWidth: 200}
]],
done: function(res, curr, count) {
// 遍历每一行数据
--
Gitblit v1.9.1