From b5312ca8f8cea8218293053b1a0b5b232d321a0b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 10 十二月 2025 17:27:29 +0800
Subject: [PATCH] feat: databoard
---
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