From 6dffd3428d63e2f63ab883a9639b32c46fb6bc94 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 16:59:17 +0800
Subject: [PATCH] fix: 四流 奖励金 文字改成 可用资金
---
src/views/DataBoard/components/DataBoardCenterMapMark.vue | 6 +++++-
src/views/DataBoard/DataBoardHome.vue | 2 +-
src/views/StatisticalReport/RewardStatistics.vue | 2 +-
config/config.ts | 2 +-
src/views/DataBoard/components/DataBoardCenterDataContent.vue | 6 +++---
src/components/commonView/SettlementMaterialInfoView.vue | 2 +-
src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue | 2 +-
src/hooks/industrialPark.ts | 2 +-
src/views/DataBoard/components/DataOverviewContent.vue | 4 ++--
src/components/commonView/DetailView.vue | 4 ++--
src/components/commonView/BatchInfoView.vue | 2 +-
src/views/StatisticalReport/components/EnterpriseConsumptionDetailDialog.vue | 2 +-
src/components/commonView/utils/index.ts | 2 +-
src/router/index.ts | 12 +++++++++++-
src/views/Home/Home.vue | 2 +-
src/views/Reward/RewardGrantRegister.vue | 2 +-
16 files changed, 34 insertions(+), 20 deletions(-)
diff --git a/config/config.ts b/config/config.ts
index 53bb2f6..381f240 100644
--- a/config/config.ts
+++ b/config/config.ts
@@ -4,7 +4,7 @@
/**
* @description 缃戦〉title
*/
- title: '濂栧姳閲戝鏍告斂鍔$',
+ title: '鍙敤璧勯噾瀹℃牳鏀垮姟绔�',
errorLog: 'production',
diff --git a/src/components/commonView/BatchInfoView.vue b/src/components/commonView/BatchInfoView.vue
index 23be701..d7e0361 100644
--- a/src/components/commonView/BatchInfoView.vue
+++ b/src/components/commonView/BatchInfoView.vue
@@ -6,7 +6,7 @@
</ProFormItemV2>
</ProFormColItem>
<ProFormColItem :span="12">
- <ProFormItemV2 label="鐢宠濂栧姳閲戞湀浠�:" prop="applyMonth" :mode="mode">
+ <ProFormItemV2 label="鐢宠鍙敤璧勯噾鏈堜唤:" prop="applyMonth" :mode="mode">
<ProFormDatePicker v-model="form.applyMonth" format="YYYY骞碝M鏈�" type="month" />
</ProFormItemV2>
</ProFormColItem>
diff --git a/src/components/commonView/DetailView.vue b/src/components/commonView/DetailView.vue
index 2698e40..500b995 100644
--- a/src/components/commonView/DetailView.vue
+++ b/src/components/commonView/DetailView.vue
@@ -44,9 +44,9 @@
applySumAmount: number;
financeSumAmount: number;
settleSumAmount: number;
- /** 濂栧姳閲戝垎閰嶈〃 */
+ /** 鍙敤璧勯噾鍒嗛厤琛� */
// bountyAssignFileUlr: UploadUserFile[];
- /** 濂栧姳閲戞眹鎬昏〃 */
+ /** 鍙敤璧勯噾姹囨�昏〃 */
// bountyCollectFileUrl: UploadUserFile[];
parkCollectFileList: CustomerApplyFileTypeListItem[];
/**姹囩畻鏉愭枡 */
diff --git a/src/components/commonView/SettlementMaterialInfoView.vue b/src/components/commonView/SettlementMaterialInfoView.vue
index cc5fb6d..51a9786 100644
--- a/src/components/commonView/SettlementMaterialInfoView.vue
+++ b/src/components/commonView/SettlementMaterialInfoView.vue
@@ -1,5 +1,5 @@
<template>
- <ProFormItemV2 label="鏈鐢虫姤濂栧姳閲戞�婚:" prop="applySumAmount" :mode="mode">
+ <ProFormItemV2 label="鏈鐢虫姤鍙敤璧勯噾鎬婚:" prop="applySumAmount" :mode="mode">
<ProFormInputNumber v-model="form.applySumAmount" formatValue="money" unit="鍏�" />
</ProFormItemV2>
<ProFormItemV2 label="璐㈡斂鎷ㄤ粯鎬婚:" prop="financeSumAmount" :mode="mode">
diff --git a/src/components/commonView/utils/index.ts b/src/components/commonView/utils/index.ts
index 2372a8d..d6a4a3a 100644
--- a/src/components/commonView/utils/index.ts
+++ b/src/components/commonView/utils/index.ts
@@ -43,7 +43,7 @@
ApplyTransferFileBusinessTypeEnum.TransferToFileUrl,
];
- /**璐㈡斂鎷ㄤ粯鍜屽钩鍙板厖鍊煎嚟璇� 濂栧姳閲戝彂鏀�*/
+ /**璐㈡斂鎷ㄤ粯鍜屽钩鍙板厖鍊煎嚟璇� 鍙敤璧勯噾鍙戞斁*/
static TransferFileEnumInRewardGrandFile = [
TransferFileEnumInRewardGrand.FinanceFileUrl,
TransferFileEnumInRewardGrand.SettleFileUrl,
diff --git a/src/hooks/industrialPark.ts b/src/hooks/industrialPark.ts
index ac9adc3..93cc1d9 100644
--- a/src/hooks/industrialPark.ts
+++ b/src/hooks/industrialPark.ts
@@ -10,7 +10,7 @@
placeholderData: () => [] as API.IndustrialParkDropDownOutput[],
});
- /**濂栧姳閲戝洯鍖� */
+ /**鍙敤璧勯噾鍥尯 */
const fourStreamsIndustrialParkList = computed(() => {
return industrialParkList.value.filter((x) => !!x.rewardEnable);
});
diff --git a/src/router/index.ts b/src/router/index.ts
index e2e0658..f5d5d13 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -214,7 +214,7 @@
// component: () => import('@/views/Reward/RewardGrantRegister.vue'),
// meta: {
// rank: 10033,
- // title: '濂栧姳閲戠櫥璁�',
+ // title: '鍙敤璧勯噾鐧昏',
// rootMenu: false,
// },
// },
@@ -299,6 +299,16 @@
},
},
{
+ path: '/DataBoardPage',
+ name: 'DataBoardPage',
+ hidden: true,
+ component: () => import('@/views/DataBoard/DataBoardHome.vue'),
+ meta: {
+ title: '鏁版嵁鐪嬫澘',
+ rank: 102,
+ },
+ },
+ {
path: '/Error',
component: ErrorLayout,
redirect: '/Error/401',
diff --git a/src/views/DataBoard/DataBoardHome.vue b/src/views/DataBoard/DataBoardHome.vue
index ecabecf..dcd1d24 100644
--- a/src/views/DataBoard/DataBoardHome.vue
+++ b/src/views/DataBoard/DataBoardHome.vue
@@ -42,7 +42,7 @@
<DataBoardCenterChart></DataBoardCenterChart>
</div>
<div class="data-board-home-content-right">
- <DataBoardContentItem title="濂栧姳閲戜娇鐢ㄦ帓琛�" class="data-table-content">
+ <DataBoardContentItem title="鍙敤璧勯噾浣跨敤鎺掕" class="data-table-content">
<DataBoardTableView
:tableData="bountyUseAmountRankList"
unit="鍏�"
diff --git a/src/views/DataBoard/components/DataBoardCenterDataContent.vue b/src/views/DataBoard/components/DataBoardCenterDataContent.vue
index d7ff949..87ab6f9 100644
--- a/src/views/DataBoard/components/DataBoardCenterDataContent.vue
+++ b/src/views/DataBoard/components/DataBoardCenterDataContent.vue
@@ -2,17 +2,17 @@
<div class="data-board-home-content-center-top">
<DataBoardCenterDataItem
v-model:value="currentMonthSumBountyReleaseAmountValue"
- label="褰撴湀鍙戞斁棰�"
+ label="涓婃湀鍙戞斁棰�"
:image="DataBoardCenterIcon1"
></DataBoardCenterDataItem>
<DataBoardCenterDataItem
v-model:value="currentMonthSumBountyUseAmountValue"
- label="褰撴湀浣跨敤棰�"
+ label="涓婃湀浣跨敤棰�"
:image="DataBoardCenterIcon2"
></DataBoardCenterDataItem>
<DataBoardCenterDataItem
v-model:value="currentMonthInsurePeopleCountValue"
- label="褰撴湀鎶曚繚浜烘暟"
+ label="涓婃湀鎶曚繚浜烘暟"
:precision="0"
:image="DataBoardCenterIcon3"
></DataBoardCenterDataItem>
diff --git a/src/views/DataBoard/components/DataBoardCenterMapMark.vue b/src/views/DataBoard/components/DataBoardCenterMapMark.vue
index 047390f..2d4ee90 100644
--- a/src/views/DataBoard/components/DataBoardCenterMapMark.vue
+++ b/src/views/DataBoard/components/DataBoardCenterMapMark.vue
@@ -1,5 +1,5 @@
<template>
- <div class="data-board-center-map-mark">
+ <div class="data-board-center-map-mark" :class="{ active: innerChoose }">
<div class="data-board-center-map-mark-item init" v-if="!innerChoose">
<img :src="DataBoardMapInit" alt="" />
</div>
@@ -47,6 +47,10 @@
@use '@/style/common.scss' as *;
.data-board-center-map-mark {
+ &.active {
+ z-index: 10;
+ }
+
.data-board-center-map-mark-item {
display: flex;
justify-content: center;
diff --git a/src/views/DataBoard/components/DataOverviewContent.vue b/src/views/DataBoard/components/DataOverviewContent.vue
index bcb9280..c71edf0 100644
--- a/src/views/DataBoard/components/DataOverviewContent.vue
+++ b/src/views/DataBoard/components/DataOverviewContent.vue
@@ -12,13 +12,13 @@
></DataBoardDataInfoItem>
<DataBoardDataInfoItem
:backgroundImage="DataBoardDataInfoBg3"
- label="濂栧姳閲戝彂鏀炬�婚"
+ label="鍙敤璧勯噾鍙戞斁鎬婚"
v-model:value="sumBountyReleaseAmountValue"
:precision="2"
></DataBoardDataInfoItem>
<DataBoardDataInfoItem
:backgroundImage="DataBoardDataInfoBg4"
- label="濂栧姳閲戜娇鐢ㄦ�婚"
+ label="鍙敤璧勯噾浣跨敤鎬婚"
v-model:value="sumBountyUseAmountValue"
:precision="2"
></DataBoardDataInfoItem>
diff --git a/src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue b/src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue
index fb4195a..82a49dd 100644
--- a/src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue
+++ b/src/views/EnterpriseInfo/components/RewardConsumeRecordView.vue
@@ -43,7 +43,7 @@
{
id: '1',
enCode: 'payDateTime',
- name: '濂栧姳閲戞秷璐规棩鏈�',
+ name: '鍙敤璧勯噾娑堣垂鏃ユ湡',
},
{
id: '2',
diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue
index 05f2d74..b75b6f7 100644
--- a/src/views/Home/Home.vue
+++ b/src/views/Home/Home.vue
@@ -12,7 +12,7 @@
/>
<el-button type="primary" link @click="goToAudit">鍘诲鏍�</el-button>
</DataBoardCard>
- <DataBoardCard title="濂栧姳閲戝緟鐧昏" :contentBetween="true">
+ <DataBoardCard title="鍙敤璧勯噾寰呯櫥璁�" :contentBetween="true">
<DataBoardCardPrice
:isInline="true"
:value="detail?.waitForSettleRewardNumber ?? 0"
diff --git a/src/views/Reward/RewardGrantRegister.vue b/src/views/Reward/RewardGrantRegister.vue
index bb90dd6..01274c4 100644
--- a/src/views/Reward/RewardGrantRegister.vue
+++ b/src/views/Reward/RewardGrantRegister.vue
@@ -1,7 +1,7 @@
<template>
<LoadingLayout>
<AppContainer>
- <PageFormLayout title="濂栧姳閲戠櫥璁�">
+ <PageFormLayout title="鍙敤璧勯噾鐧昏">
<DetailView :form="form">
<ChunkCellV2 title="鐢虫姤浼佷笟鍚嶅崟">
<DeclareEnterpriseTableView
diff --git a/src/views/StatisticalReport/RewardStatistics.vue b/src/views/StatisticalReport/RewardStatistics.vue
index fad8598..7642f84 100644
--- a/src/views/StatisticalReport/RewardStatistics.vue
+++ b/src/views/StatisticalReport/RewardStatistics.vue
@@ -282,7 +282,7 @@
getResponse: true,
});
if (res) {
- downloadFile(res.data, `濂栧姳閲戠粺璁, 'xlsx');
+ downloadFile(res.data, `鍙敤璧勯噾缁熻`, 'xlsx');
Message.successMessage('瀵煎嚭鎴愬姛');
getList(paginationState.pageIndex);
}
diff --git a/src/views/StatisticalReport/components/EnterpriseConsumptionDetailDialog.vue b/src/views/StatisticalReport/components/EnterpriseConsumptionDetailDialog.vue
index 96ecb85..baa1e55 100644
--- a/src/views/StatisticalReport/components/EnterpriseConsumptionDetailDialog.vue
+++ b/src/views/StatisticalReport/components/EnterpriseConsumptionDetailDialog.vue
@@ -54,7 +54,7 @@
{
id: '1',
enCode: 'creationTime',
- name: '濂栧姳閲戞秷璐规棩鏈�',
+ name: '鍙敤璧勯噾娑堣垂鏃ユ湡',
},
{
id: '2',
--
Gitblit v1.9.1