From 50d50b486b7548ac69e23dfdd5a0e792bb9d8584 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期一, 09 一月 2023 00:24:33 +0800 Subject: [PATCH] # --- src/main/webapp/views/home/console.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html index ce1ed60..ba43b5d 100644 --- a/src/main/webapp/views/home/console.html +++ b/src/main/webapp/views/home/console.html @@ -235,11 +235,12 @@ var pageCurr; function getCol() { var cols = [ - {field: 'appeTime$', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200} - ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'} - ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'} + {field: 'appeTime$', title: '鍏ュ簱鏃堕棿', align: 'center', width: 165} + ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟',width: 90} + ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�',width: 90} ]; cols.push.apply(cols, detlCols); + cols.push({field: 'sum_qty', title: '搴撳瓨鎬绘暟', align: 'center'}) return cols; } layui.use(['table','laydate', 'form'], function() { -- Gitblit v1.9.1