feat(@vben/web-antd): 添加代理会员配置管理功能并更新项目品牌
- 新增代理会员配置列表查询和更新接口 - 添加会员等级、价格、佣金、奖励等配置字段支持 - 包含直推报告收益、下级活跃奖励、提现奖励比例等配置项 - 更新项目品牌信息为哈密大数据
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 应用标题
|
||||
VITE_APP_TITLE=哈密助手
|
||||
VITE_APP_TITLE=哈密大数据
|
||||
|
||||
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
|
||||
VITE_APP_NAMESPACE=znc
|
||||
VITE_APP_NAMESPACE=hm
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="description" content="哈密助手" />
|
||||
<meta name="keywords" content="哈密助手" />
|
||||
<meta name="author" content="哈密助手" />
|
||||
<meta name="description" content="哈密大数据" />
|
||||
<meta name="keywords" content="哈密大数据" />
|
||||
<meta name="author" content="哈密大数据" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"
|
||||
|
||||
@@ -288,7 +288,7 @@ export namespace AgentApi {
|
||||
lower_withdraw_reward_ratio?: null | number; // 下级提现奖励比例
|
||||
lower_convert_vip_reward?: null | number; // 下级转化VIP奖励
|
||||
lower_convert_svip_reward?: null | number; // 下级转化SVIP奖励
|
||||
exemption_amount?: null | number; // 免责金额
|
||||
exemption_amount?: null | number; // 免审核金额
|
||||
price_increase_max?: null | number; // 提价最高金额
|
||||
price_ratio?: null | number; // 提价区间收取比例
|
||||
price_increase_amount?: null | number; // 在原本成本上加价的金额
|
||||
|
||||
@@ -63,7 +63,7 @@ watch(
|
||||
:avatar
|
||||
:menus
|
||||
:description="userStore.userInfo?.username"
|
||||
tag-text="哈密助手"
|
||||
tag-text="哈密大数据"
|
||||
@logout="handleLogout"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -210,7 +210,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
{
|
||||
component: 'InputNumber',
|
||||
fieldName: 'exemption_amount',
|
||||
label: '免责金额',
|
||||
label: '免审核金额',
|
||||
rules: 'required',
|
||||
componentProps: {
|
||||
min: 0,
|
||||
|
||||
Reference in New Issue
Block a user