From b4227b5145943e067351a2a59ca34826b41d6fb7 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 15 四月 2025 09:46:30 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/static/js/report/workOut.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/js/report/workOut.js b/src/main/webapp/static/js/report/workOut.js index b4f4f32..a9246f9 100644 --- a/src/main/webapp/static/js/report/workOut.js +++ b/src/main/webapp/static/js/report/workOut.js @@ -1,10 +1,10 @@ var pageCurr; function getCol() { var cols = [ - {field: 'io_time', align: 'center', title: '鍑哄簱鏃ユ湡', width: 200} - ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'} - ,{field: 'crn_str_time', align: 'center',title: '鍫嗗灈鏈哄惎鍔ㄦ椂闂�'} - ,{field: 'crn_end_time', align: 'center',title: '鍫嗗灈鏈哄仠姝㈡椂闂�'} + {field: 'ioTime$', align: 'center', title: '袛邪褌邪 芯褌谐褉褍蟹泻懈', width: 200} + ,{field: 'loc_no', align: 'center',title: '袧芯屑械褉 褋泻谢邪写褋泻芯谐芯 屑械褋褌邪'} + ,{field: 'crn_str_time', align: 'center',title: '袙褉械屑褟 蟹邪锌褍褋泻邪 褕褌邪斜械谢械褉邪'} + ,{field: 'crn_end_time', align: 'center',title: '袙褉械屑褟 芯褋褌邪薪芯胁泻懈 褕褌邪斜械谢械褉邪'} ]; cols.push.apply(cols, detlCols); return cols; @@ -81,7 +81,7 @@ var checkStatus = table.checkStatus(obj.config.id); switch(obj.event) { case 'exportData': - layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){ + layer.confirm('袩芯写褌胁械褉写懈褌褜 褝泻褋锌芯褉褌 胁 Excel?', {shadeClose: true}, function(){ var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { -- Gitblit v1.9.1