From e71e42f89047ca9ac063ed3b790c074a91a04dd0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 22 四月 2025 17:41:59 +0800
Subject: [PATCH] 2025-04-22

---
 src/tabviews/zshare/settingcomponent/editTable/index.jsx |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/tabviews/zshare/settingcomponent/editTable/index.jsx b/src/tabviews/zshare/settingcomponent/editTable/index.jsx
index 4596721..b0a64e2 100644
--- a/src/tabviews/zshare/settingcomponent/editTable/index.jsx
+++ b/src/tabviews/zshare/settingcomponent/editTable/index.jsx
@@ -67,11 +67,11 @@
     editingKey: '',
     visible: false,
     columns: [{
-      title: '鍚嶇О',
+      title: window.GLOB.dict['name'] || '鍚嶇О',
       dataIndex: 'label',
       width: '25%'
     }, {
-      title: '蹇嵎閿�',
+      title: window.GLOB.dict['shortcut'] || '蹇嵎閿�',
       dataIndex: 'shortcut',
       inputType: 'cascader',
       editable: true,
@@ -82,14 +82,14 @@
         return text[0] + '+' + shortkeycode[text[1]]
       }
     }, {
-      title: '鎵撳嵃鏈�',
+      title: window.GLOB.dict['printer'] || '鎵撳嵃鏈�',
       dataIndex: 'printer',
       inputType: 'select',
       editable: true,
       options: [],
       width: '25%'
     }, {
-      title: '鎿嶄綔',
+      title: window.GLOB.dict['operation'] || '鎿嶄綔',
       dataIndex: 'operation',
       width: '140px',
       render: (text, record) => {
@@ -120,14 +120,14 @@
         width: '26.1%'
       },
       {
-        title: '鎵撳嵃鏈�',
+        title: window.GLOB.dict['printer'] || '鎵撳嵃鏈�',
         dataIndex: 'printer',
         inputType: 'select',
         editable: true,
         options: [],
       },
       {
-        title: '鎿嶄綔',
+        title: window.GLOB.dict['operation'] || '鎿嶄綔',
         dataIndex: 'operation',
         width: '153px',
         render: (text, record) => {

--
Gitblit v1.8.0