From 9374a7cd75459242013f853e79b176520cc01cfa Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Fri, 16 Jan 2026 20:48:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20[=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86]=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BC=A9=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/system/dept.js | 1 + src/lang/zh/system/dept.js | 1 + src/views/system/dept/index.vue | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/src/lang/en/system/dept.js b/src/lang/en/system/dept.js index 5a912ca..4e31761 100644 --- a/src/lang/en/system/dept.js +++ b/src/lang/en/system/dept.js @@ -1,6 +1,7 @@ export default { name: 'Name', type: 'Department', + abbr: 'Abbreviation', parent: 'Parent', add: 'Create', edit: 'Edit', diff --git a/src/lang/zh/system/dept.js b/src/lang/zh/system/dept.js index ada2f2b..5dbbb6f 100644 --- a/src/lang/zh/system/dept.js +++ b/src/lang/zh/system/dept.js @@ -1,6 +1,7 @@ export default { name: '名称', type: '组织类型', + abbr: '缩写', parent: '上级部门', add: '添加', edit: '编辑', diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 86c587c..ce29e45 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -57,6 +57,7 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > +