From 8994e585d37575ef6df49f083ed23796a85a4113 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 08 十二月 2025 15:13:06 +0800
Subject: [PATCH] fix: bug

---
 src/views/StatisticalReport/components/FinancialAllocationDetailDialog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/StatisticalReport/components/FinancialAllocationDetailDialog.vue b/src/views/StatisticalReport/components/FinancialAllocationDetailDialog.vue
index 38cf061..ead846e 100644
--- a/src/views/StatisticalReport/components/FinancialAllocationDetailDialog.vue
+++ b/src/views/StatisticalReport/components/FinancialAllocationDetailDialog.vue
@@ -1,5 +1,5 @@
 <template>
-  <ProDialog title="璐㈡斂鎷ㄤ粯鏄庣粏" v-model="visible" destroy-on-close draggable>
+  <ProDialog title="鎺ㄥ箍琛ヨ创鍙戞斁鏄庣粏" v-model="visible" destroy-on-close draggable>
     <ProDialogTableWrapper :height="400">
       <ProTableV2 v-bind="proTableProps" :columns="columns" :operationBtns="operationBtns">
         <template #operationBtn-checkBtn="{ data, row }">
@@ -54,7 +54,7 @@
   {
     id: '1',
     enCode: 'creationTime',
-    name: '璐㈡斂鎷ㄤ粯鏃ユ湡',
+    name: '鎺ㄥ箍琛ヨ创鍙戞斁鏃ユ湡',
   },
   {
     id: '2',

--
Gitblit v1.9.1