@@ -104,6 +104,7 @@ export default defineComponent({
const [registerTable, { reload }] = useTable({
api: logListApi,
title: '销售统计列表',
+ titleHelpMessage: ['统计规则:', '1、会员权益:统计当前经销商新授权的记录、以及相关权益ID续费记录,包括经销商授权和续费、平台授权(续费)、官网自购(续费);','2、场景下载:统计当前经销售新授权(除相关用户)的下载次数;'],
columns: columns,
useSearchForm: true,
formConfig: searchForm,
@@ -141,6 +141,12 @@
}
},
{
+ title: '经销商名称',
+ dataIndex: 'agentName',
+ ellipsis: false,
+ width: 100,
+ },
+ {
title: '客户名称',
dataIndex: 'companyName',
width: 80,
@@ -165,7 +171,7 @@
];
const searchForm: Partial<FormProps> = {
- labelWidth: 80,
+ labelWidth: 100,
// showAdvancedButton: true,
autoAdvancedLine:1,
actionColOptions: {
@@ -278,6 +284,15 @@
+ field: 'agentName',
+ component: 'Input',
+ label: '经销商名称',
+ colProps: {
+ xl: 7,
+ xxl: 7,
field: 'userName',
component: 'Input',
label: '绑定账号',