feat(dealer): 更新订单展示字段并调整页面文案- 在订单模型中新增 degreePriceprice 字段- 调整订单详情页展示字段顺序及文案描述

- 将“分销订单”入口改为“收益明细”- 修改页面标题“分销工具”为“我的工具”- 注释掉原结算时间展示逻辑
This commit is contained in:
2025-10-16 00:04:57 +08:00
parent 3e808b1519
commit e7585650bb
3 changed files with 30 additions and 17 deletions

View File

@@ -198,7 +198,7 @@ const DealerIndex: React.FC = () => {
{/* 功能导航 */}
<View className="bg-white mx-4 mt-4 rounded-xl p-4">
<View className="font-semibold mb-4 text-gray-800"></View>
<View className="font-semibold mb-4 text-gray-800"></View>
<ConfigProvider>
<Grid
columns={4}
@@ -209,7 +209,7 @@ const DealerIndex: React.FC = () => {
border: 'none'
} as React.CSSProperties}
>
<Grid.Item text="分销订单" onClick={() => navigateToPage('/dealer/orders/index')}>
<Grid.Item text="收益明细" onClick={() => navigateToPage('/dealer/capital/index')}>
<View className="text-center">
<View className="w-12 h-12 bg-blue-50 rounded-xl flex items-center justify-center mx-auto mb-2">
<Shopping color="#3b82f6" size="20"/>