From ab68c372888a2ace4b4aec270cf7cebd1a8ff1b8 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 12 Sep 2022 21:12:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=BD=A6=E6=9E=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86=E8=B0=83=E8=AF=954?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/repeat/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/view/repeat/index.html b/app/view/repeat/index.html index 7ebd935..86a078e 100644 --- a/app/view/repeat/index.html +++ b/app/view/repeat/index.html @@ -139,7 +139,8 @@ limit: 20, loading: true, cols: [[ //表头 - // {type: 'checkbox', fixed: 'left'}, + {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'},