|
|
@@ -5,7 +5,7 @@ import { fetchGetLoginUserList } from '@/service/api/common';
|
|
|
import { useAuth } from '@/hooks/business/auth';
|
|
|
import { commonExport } from '@/utils/common';
|
|
|
import { useTable } from '@/components/zt/Table/hooks/useTable';
|
|
|
-const columns: NaiveUI.TableColumn<Api.finance.SkuStatistics>[] = [
|
|
|
+const columns: NaiveUI.TableColumn<Api.finance.SkuStatisticsVo>[] = [
|
|
|
{
|
|
|
key: 'skuId',
|
|
|
title: '商品ID',
|