diff --git a/healthlink-his-ui/src/views/outpatientFinance/dayEndSettlement/index.vue b/healthlink-his-ui/src/views/outpatientFinance/dayEndSettlement/index.vue
index 3278f4512..b363c069e 100644
--- a/healthlink-his-ui/src/views/outpatientFinance/dayEndSettlement/index.vue
+++ b/healthlink-his-ui/src/views/outpatientFinance/dayEndSettlement/index.vue
@@ -2,25 +2,25 @@
- 日结结算单管理
+ {{ $t('outpatientFinance.dayEndSetTitle') }}
-
+
-
+
@@ -30,14 +30,14 @@
icon="Search"
@click="handleQuery"
>
- 搜索
+ {{ $t('common.search') }}
- 导出
+ {{ $t('common.export') }}
@@ -48,49 +48,49 @@
>
- {{ row.status === '0' ? '已结' : '未结' }}
+ {{ row.status === '0' ? $t('outpatientFinance.settled') : $t('outpatientFinance.unsettled') }}
@@ -99,7 +99,7 @@
link
@click="handleDetail(row)"
>
- 详情
+ {{ $t('common.detail') }}
@@ -109,8 +109,10 @@