컬럼 추가

This commit is contained in:
2025-11-20 13:17:47 +09:00
parent b456d1a14b
commit 1c7149afda

View File

@@ -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:[