提交 0dd47ae2 编写于 作者: W weizhiqiang

删除车辆所属企业的属性

上级 99737bac
......@@ -33,7 +33,6 @@ layui.config({
{ field: 'vehicleName', title: '名称', width: 170, templet: function (d) {
return '<a lay-event="vehicledetails" class="notice-title-click">' + d.vehicleName + '</a>';
}},
{ field: 'vehicleCompany', title: '所属公司', align: 'left', width: 170 },
{ field: 'vehicleImg', title: '图片', align: 'center', width: 60, templet: function (d) {
if(isNull(d.vehicleImg)){
return '<img src="../../assets/images/os_windows.png" class="photo-img">';
......@@ -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();
......
{{#bean}}
<div class="layui-form-item layui-col-xs12">
<label class="layui-form-label">所属公司:</label>
<div class="layui-input-block ver-center">
{{vehicleCompany}}
</div>
</div>
<div class="layui-form-item layui-col-xs12">
<label class="layui-form-label">名称:</label>
<div class="layui-input-block ver-center">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册