fix: crm statistics

This commit is contained in:
xingyu4j
2025-10-22 12:29:44 +08:00
parent fc475c128c
commit 7aacec3e69
9 changed files with 278 additions and 188 deletions

View File

@@ -348,7 +348,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
},
{
title: '未回款金额(元)',
field: 'totalReceivablePrice',
field: 'unReceivablePrice',
minWidth: 140,
formatter: ({ row }) => {
return erpPriceInputFormatter(

View File

@@ -167,7 +167,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
<FormModal @success="handleRefresh" />
<Grid>
<template #toolbar-actions>
<Tabs class="-mt-11 w-full" @change="handleChangeSceneType">
<Tabs class="w-full" @change="handleChangeSceneType">
<Tabs.TabPane tab="我负责的" key="1" />
<Tabs.TabPane tab="我参与的" key="2" />
<Tabs.TabPane tab="下属负责的" key="3" />