From 457f9dc1e0b582e08d17990c9a3031e093a0c1d9 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Fri, 2 Sep 2022 21:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E8=AF=951?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/index/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/view/index/index.html b/app/view/index/index.html index aefa376..0e55e4b 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -223,12 +223,12 @@ url: '{:url("/index/carInfo/")}', //数据接口 where: getUrlParam('Object'), toolbar: true, - height: 'full - 45', + height: 'full-45', page: true, //开启分页 limit: 20, loading: true, cols: [[ //表头 - // {type: 'checkbox', fixed: 'left'}, + {type: 'number'}, {field: 'car_no', title: '车牌号', width: 100, edit: 'text', fixed: 'left'}, {field: 'car_frame_no', title: '车架号', width: 180, edit: 'text'}, {field: 'engine_no', title: '发动机号', width: 100, edit: 'text'},