From e46f61d8af507058c815ed94ecbc098bb47d4c06 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Wed, 26 Jan 2022 23:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/template/js/checkWorkTime/checkWorkTimeList.js | 2 +- .../template/js/crmCustomerContact/crmCustomerContactList.js | 2 +- .../resources/template/js/customerGroup/customerGroupList.js | 2 +- .../template/js/customermanage/customerInternationalList.js | 2 +- .../resources/template/js/customermanage/customerdetails.js | 2 +- .../main/resources/template/js/customermanage/customerlist.js | 2 +- .../resources/template/js/customermanage/myConscientiousList.js | 2 +- .../main/resources/template/js/customermanage/myCreateList.js | 2 +- .../js/sysStaffDataDictionary/sysStaffDataDictionaryList.js | 2 +- .../js/sysStaffLanguageLevel/sysStaffLanguageLevelList.js | 2 +- .../src/main/resources/template/js/erpFarm/erpFarmChoose.js | 2 +- .../src/main/resources/template/js/erpFarm/erpFarmList.js | 2 +- .../template/js/erpWayProcedure/erpWayProcedureList.js | 2 +- .../js/erpWorkProcedureType/erpWorkProcedureTypeList.js | 2 +- .../resources/template/js/knowledgetype/knowledgetypelist.js | 2 +- .../template/js/companyJobScore/companyJobScoreList.js | 2 +- .../resources/template/js/wagesFieldType/wagesFieldTypeList.js | 2 +- .../src/main/resources/template/js/wagesModel/wagesModelList.js | 2 +- .../resources/template/js/wagesModelType/wagesModelTypeList.js | 2 +- .../js/wagesSocialSecurityFund/wagesSocialSecurityFundList.js | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/checkwork/src/main/resources/template/js/checkWorkTime/checkWorkTimeList.js b/checkwork/src/main/resources/template/js/checkWorkTime/checkWorkTimeList.js index a116fb3d4..b44ea05f8 100644 --- a/checkwork/src/main/resources/template/js/checkWorkTime/checkWorkTimeList.js +++ b/checkwork/src/main/resources/template/js/checkWorkTime/checkWorkTimeList.js @@ -55,7 +55,7 @@ layui.config({ { field: 'userNum', title: '员工数', align: 'left', width: 80 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 120, toolbar: '#tableBar'} ]], diff --git a/crm/src/main/resources/template/js/crmCustomerContact/crmCustomerContactList.js b/crm/src/main/resources/template/js/crmCustomerContact/crmCustomerContactList.js index 4bc040df7..b8a32b645 100644 --- a/crm/src/main/resources/template/js/crmCustomerContact/crmCustomerContactList.js +++ b/crm/src/main/resources/template/js/crmCustomerContact/crmCustomerContactList.js @@ -35,7 +35,7 @@ layui.config({ { field: 'wechat', title: '微信', align: 'left', width: 100 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 150 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/crm/src/main/resources/template/js/customerGroup/customerGroupList.js b/crm/src/main/resources/template/js/customerGroup/customerGroupList.js index 75e95b653..808b0a6b2 100644 --- a/crm/src/main/resources/template/js/customerGroup/customerGroupList.js +++ b/crm/src/main/resources/template/js/customerGroup/customerGroupList.js @@ -40,7 +40,7 @@ layui.config({ { field: 'desc', title: '描述', align: 'left', width: 200 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/crm/src/main/resources/template/js/customermanage/customerInternationalList.js b/crm/src/main/resources/template/js/customermanage/customerInternationalList.js index 8df1e08dc..005e7aac8 100644 --- a/crm/src/main/resources/template/js/customermanage/customerInternationalList.js +++ b/crm/src/main/resources/template/js/customermanage/customerInternationalList.js @@ -83,7 +83,7 @@ layui.config({ { field: 'noDocumentaryDayNum', title: '未跟单天数', align: 'left', width: 100 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100} ]], done: function(json){ diff --git a/crm/src/main/resources/template/js/customermanage/customerdetails.js b/crm/src/main/resources/template/js/customermanage/customerdetails.js index 506111d5a..e0c47b0ba 100644 --- a/crm/src/main/resources/template/js/customermanage/customerdetails.js +++ b/crm/src/main/resources/template/js/customermanage/customerdetails.js @@ -325,7 +325,7 @@ layui.config({ { field: 'wechat', title: '微信', align: 'left', width: 100 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100} ]] }); diff --git a/crm/src/main/resources/template/js/customermanage/customerlist.js b/crm/src/main/resources/template/js/customermanage/customerlist.js index 0b533efad..aabd3abb2 100644 --- a/crm/src/main/resources/template/js/customermanage/customerlist.js +++ b/crm/src/main/resources/template/js/customermanage/customerlist.js @@ -85,7 +85,7 @@ layui.config({ { field: 'industryName', title: '所属行业', align: 'left', width: 180 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/crm/src/main/resources/template/js/customermanage/myConscientiousList.js b/crm/src/main/resources/template/js/customermanage/myConscientiousList.js index 4a03c24f2..62f67e0c0 100644 --- a/crm/src/main/resources/template/js/customermanage/myConscientiousList.js +++ b/crm/src/main/resources/template/js/customermanage/myConscientiousList.js @@ -83,7 +83,7 @@ layui.config({ { field: 'industryName', title: '所属行业', align: 'left', width: 180 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/crm/src/main/resources/template/js/customermanage/myCreateList.js b/crm/src/main/resources/template/js/customermanage/myCreateList.js index 1cfd89fb2..ecd1030df 100644 --- a/crm/src/main/resources/template/js/customermanage/myCreateList.js +++ b/crm/src/main/resources/template/js/customermanage/myCreateList.js @@ -85,7 +85,7 @@ layui.config({ { field: 'industryName', title: '所属行业', align: 'left', width: 180 }, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/ehr/src/main/resources/template/js/sysStaffDataDictionary/sysStaffDataDictionaryList.js b/ehr/src/main/resources/template/js/sysStaffDataDictionary/sysStaffDataDictionaryList.js index 614605c06..d3a42b6a7 100644 --- a/ehr/src/main/resources/template/js/sysStaffDataDictionary/sysStaffDataDictionaryList.js +++ b/ehr/src/main/resources/template/js/sysStaffDataDictionary/sysStaffDataDictionaryList.js @@ -59,7 +59,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 257, toolbar: '#tableBar'} ]], diff --git a/ehr/src/main/resources/template/js/sysStaffLanguageLevel/sysStaffLanguageLevelList.js b/ehr/src/main/resources/template/js/sysStaffLanguageLevel/sysStaffLanguageLevelList.js index d7f54ae7d..c982048a1 100644 --- a/ehr/src/main/resources/template/js/sysStaffLanguageLevel/sysStaffLanguageLevelList.js +++ b/ehr/src/main/resources/template/js/sysStaffLanguageLevel/sysStaffLanguageLevelList.js @@ -51,7 +51,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 257, toolbar: '#tableBar'} ]], diff --git a/erp-produce/src/main/resources/template/js/erpFarm/erpFarmChoose.js b/erp-produce/src/main/resources/template/js/erpFarm/erpFarmChoose.js index 6e8835e52..4a73fcb97 100644 --- a/erp-produce/src/main/resources/template/js/erpFarm/erpFarmChoose.js +++ b/erp-produce/src/main/resources/template/js/erpFarm/erpFarmChoose.js @@ -94,7 +94,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100} ]], done: function(res, curr, count){ diff --git a/erp-produce/src/main/resources/template/js/erpFarm/erpFarmList.js b/erp-produce/src/main/resources/template/js/erpFarm/erpFarmList.js index 92a0d4c83..b902646aa 100644 --- a/erp-produce/src/main/resources/template/js/erpFarm/erpFarmList.js +++ b/erp-produce/src/main/resources/template/js/erpFarm/erpFarmList.js @@ -48,7 +48,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 257, toolbar: '#tableBar'} ]], diff --git a/erp-produce/src/main/resources/template/js/erpWayProcedure/erpWayProcedureList.js b/erp-produce/src/main/resources/template/js/erpWayProcedure/erpWayProcedureList.js index b3b34eaab..f7494b4a1 100644 --- a/erp-produce/src/main/resources/template/js/erpWayProcedure/erpWayProcedureList.js +++ b/erp-produce/src/main/resources/template/js/erpWayProcedure/erpWayProcedureList.js @@ -48,7 +48,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 257, toolbar: '#tableBar'} ]], diff --git a/erp-produce/src/main/resources/template/js/erpWorkProcedureType/erpWorkProcedureTypeList.js b/erp-produce/src/main/resources/template/js/erpWorkProcedureType/erpWorkProcedureTypeList.js index d06548ea1..b6a56eaa9 100644 --- a/erp-produce/src/main/resources/template/js/erpWorkProcedureType/erpWorkProcedureTypeList.js +++ b/erp-produce/src/main/resources/template/js/erpWorkProcedureType/erpWorkProcedureTypeList.js @@ -37,7 +37,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 257, toolbar: '#tableBar'} ]], diff --git a/knowlg/src/main/resources/template/js/knowledgetype/knowledgetypelist.js b/knowlg/src/main/resources/template/js/knowledgetype/knowledgetypelist.js index 1c4f189a9..96ff20326 100644 --- a/knowlg/src/main/resources/template/js/knowledgetype/knowledgetypelist.js +++ b/knowlg/src/main/resources/template/js/knowledgetype/knowledgetypelist.js @@ -37,7 +37,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 150 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 150 }, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 150, toolbar: '#tableBar'} ]], diff --git a/organization/src/main/resources/template/js/companyJobScore/companyJobScoreList.js b/organization/src/main/resources/template/js/companyJobScore/companyJobScoreList.js index b540a3ca3..a9a5fead5 100644 --- a/organization/src/main/resources/template/js/companyJobScore/companyJobScoreList.js +++ b/organization/src/main/resources/template/js/companyJobScore/companyJobScoreList.js @@ -42,7 +42,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 200, toolbar: '#tableBar'} ]], diff --git a/wages/src/main/resources/template/js/wagesFieldType/wagesFieldTypeList.js b/wages/src/main/resources/template/js/wagesFieldType/wagesFieldTypeList.js index 9fe8204ef..3ceea489c 100644 --- a/wages/src/main/resources/template/js/wagesFieldType/wagesFieldTypeList.js +++ b/wages/src/main/resources/template/js/wagesFieldType/wagesFieldTypeList.js @@ -52,7 +52,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 200, toolbar: '#tableBar'} ]], diff --git a/wages/src/main/resources/template/js/wagesModel/wagesModelList.js b/wages/src/main/resources/template/js/wagesModel/wagesModelList.js index f219b9d94..085951feb 100644 --- a/wages/src/main/resources/template/js/wagesModel/wagesModelList.js +++ b/wages/src/main/resources/template/js/wagesModel/wagesModelList.js @@ -57,7 +57,7 @@ layui.config({ { field: 'sortNo', title: '序号', align: 'left', width: 80}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 200, toolbar: '#tableBar'} ]], diff --git a/wages/src/main/resources/template/js/wagesModelType/wagesModelTypeList.js b/wages/src/main/resources/template/js/wagesModelType/wagesModelTypeList.js index 8bd7c79d1..02dfb6381 100644 --- a/wages/src/main/resources/template/js/wagesModelType/wagesModelTypeList.js +++ b/wages/src/main/resources/template/js/wagesModelType/wagesModelTypeList.js @@ -37,7 +37,7 @@ layui.config({ }}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 200, toolbar: '#tableBar'} ]], diff --git a/wages/src/main/resources/template/js/wagesSocialSecurityFund/wagesSocialSecurityFundList.js b/wages/src/main/resources/template/js/wagesSocialSecurityFund/wagesSocialSecurityFundList.js index 593e217b0..02ee220f5 100644 --- a/wages/src/main/resources/template/js/wagesSocialSecurityFund/wagesSocialSecurityFundList.js +++ b/wages/src/main/resources/template/js/wagesSocialSecurityFund/wagesSocialSecurityFundList.js @@ -46,7 +46,7 @@ layui.config({ { field: 'sortNo', title: '序号', align: 'left', width: 80}, { field: 'createName', title: systemLanguage["com.skyeye.createName"][languageType], align: 'left', width: 120 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], align: 'center', width: 100 }, - { field: 'lastUpdateName', title: '最后修改人', align: 'left', width: 100 }, + { field: 'lastUpdateName', title: systemLanguage["com.skyeye.lastUpdateName"][languageType], align: 'left', width: 100 }, { field: 'lastUpdateTime', title: '最后修改时间', align: 'center', width: 100}, { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 200, toolbar: '#tableBar'} ]], -- GitLab