From e55f015618ac1e85a5a6f7f3404a8b7a4f8f8e05 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 08 四月 2025 15:31:22 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/static/js/orderTable.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js index 8d65b03..98fc589 100644 --- a/src/main/webapp/static/js/orderTable.js +++ b/src/main/webapp/static/js/orderTable.js @@ -41,7 +41,7 @@ cols: [[ // {type: 'numbers', title: '#'}, {field: 'orderTime', title: '鏃ユ湡'}, - {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center'} + {field: 'orderNo', title: '袧芯屑械褉 泻胁懈褌邪薪褑懈懈', align: 'center'} ]], done: function (res, curr, count) { $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click'); @@ -107,7 +107,7 @@ function showEdit(mData) { admin.open({ type: 1, - title: (mData ? '淇敼' : '娣诲姞') + '椤圭洰', + title: (mData ? '袠蟹屑械薪懈褌褜' : '袛芯斜邪胁懈褌褜') + '椤圭洰', content: $('#hostEditDialog').html(), success: function (layero, dIndex) { // 鍥炴樉琛ㄥ崟鏁版嵁 -- Gitblit v1.9.1