From 1c7149afda45995d76c8bf9440cf4b2884acb457 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Thu, 20 Nov 2025 13:17:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=AC=EB=9F=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp b/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp index 0737718..d4fba67 100644 --- a/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp +++ b/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp @@ -122,6 +122,14 @@ var columns = [ ] }, + { + title:'장비', headerHozAlign:'center', + columns:[ + {headerHozAlign : 'center', hozAlign : 'center', width : '90', title : '조립', field : 'ASSEMBLY', sorter:"string"}, + {headerHozAlign : 'center', hozAlign : 'center', width : '90', title : '검증', field : 'VERIFICATION', sorter:"string"} + ] + }, + { title:'출하', headerHozAlign:'center', columns:[