feat: 현장투수시험 입력 항목명이 ‘시간간격’->시간으로 변경

main
thkim 2025-07-07 14:33:42 +09:00
parent a6ca50c495
commit fa5b57d269
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ function fn_grid_refresh(){
dataSource: kictDataSource2,
columns: [
{ field: "fieldperOrder", title: "시험<br>순서", width:60, attributes: { style:"text-align: center" } },
{ field: "fieldperSubTime", title: "경과시간(sec)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubTime == null) ? '0' : fieldperSubTime #</div>" },
{ field: "fieldperSubTime", title: "시간(sec)<br/>(값 중복 허용 안 함)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubTime == null) ? '0' : fieldperSubTime #</div>" },
{ field: "fieldperSubTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubTotalHead == null) ? '0' : fieldperSubTotalHead #</div>" },
{ field: "fieldperSubFallingHead", title: "수두차(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubFallingHead == null) ? '0' : fieldperSubFallingHead #</div>" },
{ field: "fieldperSubWaterLoose", title: "유출수량(㎤)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubWaterLoose == null) ? '0' : fieldperSubWaterLoose #</div>" },