diff --git a/cds-fontend-2025.V1/src/typings/elegant-router.d.ts b/cds-fontend-2025.V1/src/typings/elegant-router.d.ts index 7004ec6..6e7f3ab 100644 --- a/cds-fontend-2025.V1/src/typings/elegant-router.d.ts +++ b/cds-fontend-2025.V1/src/typings/elegant-router.d.ts @@ -47,8 +47,6 @@ declare module "@elegant-router/types" { "original": "/original"; "original_batch-account-info": "/original/batch-account-info"; "original_batch-bank-card-info": "/original/batch-bank-card-info"; - "original_batch-account-info": "/original/batch-account-info"; - "original_batch-bank-card-info": "/original/batch-bank-card-info"; "original_dianfei": "/original/dianfei"; "original_e-m-banking": "/original/e-m-banking"; "original_gjj-payment": "/original/gjj-payment"; @@ -218,9 +216,6 @@ declare module "@elegant-router/types" { | "system_client" | "system_config" | "system_dept-transfer" - | "report" - | "original_batch-account-info" - | "original_batch-bank-card-info" | "system_dept" | "system_dict" | "system_menu" @@ -308,7 +303,7 @@ declare module "@elegant-router/types" { component: `view.${K}`; } : never; - + /** * the center level route */ @@ -331,7 +326,7 @@ declare module "@elegant-router/types" { children: (CenterLevelRoute> | LastLevelRoute>)[]; } : never; - + /** * the custom first level route */ diff --git a/cds-fontend-2025.V1/src/views/mps/market/index.vue b/cds-fontend-2025.V1/src/views/mps/market/index.vue index 3a4d2a6..376c7d4 100644 --- a/cds-fontend-2025.V1/src/views/mps/market/index.vue +++ b/cds-fontend-2025.V1/src/views/mps/market/index.vue @@ -237,7 +237,7 @@ const { ); } // 如果只有magneticCardId但没有magneticCardList,则显示magneticCardId - return row.magneticCardId || ''; + return ''; } }, { @@ -293,7 +293,7 @@ const { ); } // 如果只有trafficId但没有trafficList,则显示trafficId - return row.trafficId || ''; + return ''; } }, { @@ -484,9 +484,9 @@ function edit(dataId: CommonType.IdType) { handleEdit('dataId', dataId); } -function handleImport() { - openImportModal(); -} +// function handleImport() { +// openImportModal(); +// } function handleExport() { download('/mps/market/export', searchParams, `营销数据管理_${new Date().getTime()}.xlsx`); @@ -525,20 +525,20 @@ async function getSubcategoryOptions() { :loading="loading" :show-add="hasAuth('mps:market:add')" :show-delete="hasAuth('mps:market:remove')" - :show-export="hasAuth('mps:market:export')" + :show-export="false" @add="handleAdd" @delete="handleBatchDelete" @export="handleExport" @refresh="getData" > - + + + + + + + + diff --git a/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue b/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue index 1c917f8..a1008c6 100644 --- a/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue +++ b/cds-fontend-2025.V1/src/views/mps/market/modules/market-operate-drawer.vue @@ -1,5 +1,5 @@ ]]] @@ -143,7 +155,15 @@
- {{ $t('common.updateExisting') }} + + +