Merge pull request #3227 from xinnan-tech/update-theme

feat: 完成字典管理页面样式改造
This commit is contained in:
wengzh
2026-06-18 16:57:49 +08:00
committed by GitHub
7 changed files with 7 additions and 1 deletions
+1
View File
@@ -593,6 +593,7 @@ export default {
// Dictionary management page text
'dictManagement.pageTitle': 'Wörterbuchverwaltung',
'dictManagement.dictTypeCategory': 'Wörterbuchkategorie',
'dictManagement.searchPlaceholder': 'Bitte Wörterbuchwert-Label zur Suche eingeben',
'dictManagement.search': 'Suchen',
'dictManagement.dictTypeName': 'WDT-Name',
+1
View File
@@ -593,6 +593,7 @@ export default {
// Dictionary management page text
'dictManagement.pageTitle': 'Dictionary Management',
'dictManagement.dictTypeCategory': 'Dict Category',
'dictManagement.searchPlaceholder': 'Please enter dict value label to search',
'dictManagement.search': 'Search',
'dictManagement.dictTypeName': 'Dict Type Name',
+1
View File
@@ -593,6 +593,7 @@ export default {
// Página de gerenciamento de dicionário
'dictManagement.pageTitle': 'Gerenciamento de Dicionário',
'dictManagement.dictTypeCategory': 'Categoria do Dicionário',
'dictManagement.searchPlaceholder': 'Por favor, insira o rótulo do dicionário para pesquisar',
'dictManagement.search': 'Pesquisar',
'dictManagement.dictTypeName': 'Nome do Tipo de Dicionário',
+1
View File
@@ -593,6 +593,7 @@ export default {
// Dictionary management page text
'dictManagement.pageTitle': 'Quản lý từ điển',
'dictManagement.dictTypeCategory': 'Danh mục từ điển',
'dictManagement.searchPlaceholder': 'Vui lòng nhập nhãn giá trị từ điển để tìm kiếm',
'dictManagement.search': 'Tìm kiếm',
'dictManagement.dictTypeName': 'Tên loại từ điển',
+1
View File
@@ -593,6 +593,7 @@ export default {
// 字典管理页面文本
'dictManagement.pageTitle': '字典管理',
'dictManagement.dictTypeCategory': '字典分类',
'dictManagement.searchPlaceholder': '请输入字典值标签查询',
'dictManagement.search': '搜索',
'dictManagement.dictTypeName': '字典类型名称',
+1
View File
@@ -593,6 +593,7 @@ export default {
// 字典管理頁面文本
'dictManagement.pageTitle': '字典管理',
'dictManagement.dictTypeCategory': '字典分類',
'dictManagement.searchPlaceholder': '請輸入字典值標籤查詢',
'dictManagement.search': '搜索',
'dictManagement.dictTypeName': '字典類型名稱',
@@ -17,7 +17,7 @@
<!-- 左侧字典类型列表 -->
<div class="dict-type-panel">
<div class="dict-type-header">
<h4 class="dict-type-title">字典分类</h4>
<h4 class="dict-type-title">{{ $t('dictManagement.dictTypeCategory') }}</h4>
<div>
<el-button icon="el-icon-plus" size="mini" @click="showAddDictTypeDialog" />
<el-button icon="el-icon-delete" size="mini" @click="batchDeleteDictType" />