From d287a3bfd36ebf504ec8550d5e0f667b2ecdf451 Mon Sep 17 00:00:00 2001 From: ls <1793460677@qq.com> Date: Wed, 7 Jan 2026 19:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=9B=BD=E9=99=85=E5=8C=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/dept/index.vue | 42 +++---- .../src/views/system/dict/dictDetail.vue | 38 +++--- .../src/views/system/dict/index.vue | 21 ++-- .../src/views/system/menu/index.vue | 106 ++++++++--------- .../src/views/system/param/index.vue | 27 ++--- .../src/views/system/role/index.vue | 27 ++--- .../src/views/system/timing/index.vue | 95 +++++++-------- .../src/views/system/user/index.vue | 108 +++++++++--------- 8 files changed, 235 insertions(+), 229 deletions(-) diff --git a/lms/nladmin-ui/src/views/system/dept/index.vue b/lms/nladmin-ui/src/views/system/dept/index.vue index ec8e430..5dcf2df 100644 --- a/lms/nladmin-ui/src/views/system/dept/index.vue +++ b/lms/nladmin-ui/src/views/system/dept/index.vue @@ -8,7 +8,7 @@ v-model="query.name" clearable size="mini" - placeholder="输入部门名称搜索" + :placeholder="$t('sys_dept.name')" style="width: 200px;" class="filter-item" @keyup.enter.native="crud.toQuery" @@ -17,12 +17,12 @@ v-model="query.is_used" clearable size="mini" - placeholder="状态" + :placeholder="$t('common.status')" class="filter-item" style="width: 90px" @change="crud.toQuery" > - + @@ -37,13 +37,13 @@ width="500px" > - + - + - + - + - + - - + {{$t('common.Yes')}} + {{$t('common.No')}} - + - + @@ -102,9 +102,9 @@ > - - - + + + - + diff --git a/lms/nladmin-ui/src/views/system/dict/dictDetail.vue b/lms/nladmin-ui/src/views/system/dict/dictDetail.vue index 77faea6..0ebd13a 100644 --- a/lms/nladmin-ui/src/views/system/dict/dictDetail.vue +++ b/lms/nladmin-ui/src/views/system/dict/dictDetail.vue @@ -1,7 +1,7 @@ + +