From cde0db15609356644ab5e616782ee5e72cec4c01 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 14 四月 2025 15:42:23 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/static/js/orderTable.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js index eb7c621..c37514b 100644 --- a/src/main/webapp/static/js/orderTable.js +++ b/src/main/webapp/static/js/orderTable.js @@ -40,7 +40,7 @@ defaultToolbar: [], cols: [[ // {type: 'numbers', title: '#'}, - {field: 'orderTime', title: '鏃ユ湡'}, + {field: 'orderTime', title: '袛邪褌邪'}, {field: 'orderNo', title: '袧芯屑械褉 泻胁懈褌邪薪褑懈懈', align: 'center'} ]], done: function (res, curr, count) { -- Gitblit v1.9.1