From 2e3716054aa57e2a41ee39c4ea0cd776fd74f260 Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期四, 26 九月 2024 19:54:14 +0800 Subject: [PATCH] 第一版 --- src/main/webapp/views/pakStore/locDetlCheckQuery.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/pakStore/locDetlCheckQuery.html b/src/main/webapp/views/pakStore/locDetlCheckQuery.html index 0e71897..d5e5199 100644 --- a/src/main/webapp/views/pakStore/locDetlCheckQuery.html +++ b/src/main/webapp/views/pakStore/locDetlCheckQuery.html @@ -121,8 +121,8 @@ function getCol() { let cols = [ - {type: 'checkbox', merge: ['locNo']} - ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', merge: true, style: 'font-weight: bold'} + {type: 'checkbox'} + ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�', style: 'font-weight: bold'} ]; cols.push.apply(cols, detlCols); cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true} -- Gitblit v1.9.1