From d459b4f20e85c80bf6cdc20666d8600a948516c6 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Sat, 10 Sep 2022 23:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=A1=B5=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=B0=83=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/index/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/index/index.html b/app/view/index/index.html index ce1d771..1336b5b 100644 --- a/app/view/index/index.html +++ b/app/view/index/index.html @@ -404,6 +404,7 @@ function getTableCols(){ return [ //表头 {type: 'numbers', fixed: 'left'}, + {field: 'tag', title: '标签', width: 100, edit: 'text', fixed: 'left'}, {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'},