From efe0972ca3e0f816bc274c4e579d61763ac2adcf Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期一, 09 二月 2026 16:34:58 +0800
Subject: [PATCH] 翻译修复
---
rsf-admin/src/page/system/dept/DeptList.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/page/system/dept/DeptList.jsx b/rsf-admin/src/page/system/dept/DeptList.jsx
index 253d92f..6cb12df 100644
--- a/rsf-admin/src/page/system/dept/DeptList.jsx
+++ b/rsf-admin/src/page/system/dept/DeptList.jsx
@@ -107,7 +107,7 @@
{row.children && (
<IconButton
aria-label="expand row"
- size="small"
+ size='small'
onClick={() => toggleNode(row.id)}
>
{isOpen ? <KeyboardArrowDownIcon /> : <KeyboardArrowRightIcon />}
@@ -253,7 +253,7 @@
<Box sx={{ mt: 1, mr: 3, display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
<Box width={300}>
<TextField
- label="Search"
+ label={translate('common.action.search')}
value={filter}
onChange={({ target }) => {
setFilter(target.value)
--
Gitblit v1.9.1