From 0dd47ae24e87adf995412f80c91337c492b6685c Mon Sep 17 00:00:00 2001 From: weizhiqiang <> Date: Wed, 28 Sep 2022 11:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BD=A6=E8=BE=86=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E4=BC=81=E4=B8=9A=E7=9A=84=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/js/vehicleManage/vehicleManageList.js | 3 +-- .../tpl/vehicleManage/vehicleManageDetailsTemplate.tpl | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/admin-assistant/src/main/resources/template/js/vehicleManage/vehicleManageList.js b/admin-assistant/src/main/resources/template/js/vehicleManage/vehicleManageList.js index b678efe23..b9492ea24 100644 --- a/admin-assistant/src/main/resources/template/js/vehicleManage/vehicleManageList.js +++ b/admin-assistant/src/main/resources/template/js/vehicleManage/vehicleManageList.js @@ -33,7 +33,6 @@ layui.config({ { field: 'vehicleName', title: '名称', width: 170, templet: function (d) { return '' + d.vehicleName + ''; }}, - { field: 'vehicleCompany', title: '所属公司', align: 'left', width: 170 }, { field: 'vehicleImg', title: '图片', align: 'center', width: 60, templet: function (d) { if(isNull(d.vehicleImg)){ return ''; @@ -56,7 +55,7 @@ layui.config({ { field: 'nextInspectionTime', title: '下次年检日期', align: 'center', width: 100 }, { field: 'insuranceDeadline', title: '保险截止日期', align: 'center', width: 100 }, { field: 'prevMaintainTime', title: '上次保养日期', align: 'center', width: 100 }, - { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 220, toolbar: '#vehicletableBar'} + { title: systemLanguage["com.skyeye.operation"][languageType], fixed: 'right', align: 'center', width: 220, toolbar: '#vehicletableBar' } ]], done: function(json) { matchingLanguage(); diff --git a/admin-assistant/src/main/resources/template/tpl/vehicleManage/vehicleManageDetailsTemplate.tpl b/admin-assistant/src/main/resources/template/tpl/vehicleManage/vehicleManageDetailsTemplate.tpl index a0291d9ce..b4953d9cf 100644 --- a/admin-assistant/src/main/resources/template/tpl/vehicleManage/vehicleManageDetailsTemplate.tpl +++ b/admin-assistant/src/main/resources/template/tpl/vehicleManage/vehicleManageDetailsTemplate.tpl @@ -1,10 +1,4 @@ {{#bean}} -