From 2e74e70bf05962e27d9147f862f8a3ce2511be65 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 09 四月 2025 09:47:06 +0800
Subject: [PATCH] 日志统计界面翻译为俄语
---
src/main/webapp/static/js/basCrnp/basCrnp.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/basCrnp/basCrnp.js b/src/main/webapp/static/js/basCrnp/basCrnp.js
index c76fb8b..663204b 100644
--- a/src/main/webapp/static/js/basCrnp/basCrnp.js
+++ b/src/main/webapp/static/js/basCrnp/basCrnp.js
@@ -19,14 +19,14 @@
cols: [[
{type: 'checkbox', fixed: 'left'}
// ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
- ,{field: 'crnNo', align: 'center',title: '缂栧彿',sort:true,width:80}
- ,{field: 'inEnable', align: 'center',title: '鍙叆', templet:function(row){
+ ,{field: 'crnNo', align: 'center',title: '袧芯屑械褉',sort:true,width:80}
+ ,{field: 'inEnable', align: 'center',title: '袛芯褋褌褍锌薪芯 写谢褟 锌芯褋锌褍锌谢械薪懈褟', templet:function(row){
var html = "<input value='inEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
if(row.inEnable === 'Y'){html += " checked ";}
html += ">";
return html;
},width:80}
- ,{field: 'outEnable', align: 'center',title: '鍙嚭', templet:function(row){
+ ,{field: 'outEnable', align: 'center',title: '袛芯褋褌褍锌薪芯 写谢褟 胁褘谐褉褍蟹泻懈', templet:function(row){
var html = "<input value='outEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
if(row.outEnable === 'Y'){html += " checked ";}
html += ">";
@@ -34,7 +34,7 @@
},width:80}
,{field: 'crnSts$', align: 'center',title: '小褌邪褌褍褋'}
,{field: 'wrkNo', align: 'center',title: '袧芯屑械褉 蟹邪写邪薪懈褟'}
- ,{field: 'crnErr$', align: 'center',title: '寮傚父鐮�'}
+ ,{field: 'crnErr$', align: 'center',title: '袧芯屑械褉 芯褕懈斜泻懈'}
,{field: 'frmLocno$', align: 'center',title: '袠褋褏芯写薪褘泄 褋泻谢邪写',sort: true}
,{field: 'toLocno$', align: 'center',title: '笑械谢械胁芯泄 褋泻谢邪写', sort: true}
,{field: 'frmSta$', align: 'center',title: '袠褋褏芯写薪邪褟 褋褌邪薪褑懈褟', sort: true}
--
Gitblit v1.9.1