diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp
index 41dcf2c5..2dffe9f9 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp
@@ -976,7 +976,7 @@ function fn_grid_refresh(){
dataSource: kictDataSource2,
columns: [
{ field: "fieldperOrder", title: "시험
순서", width:60, attributes: { style:"text-align: center" } },
- { field: "fieldperSubTime", title: "시간간격(sec)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (fieldperSubTime == null) ? '0' : fieldperSubTime #
" },
+ { field: "fieldperSubTime", title: "경과시간(sec)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (fieldperSubTime == null) ? '0' : fieldperSubTime #
" },
{ field: "fieldperSubTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (fieldperSubTotalHead == null) ? '0' : fieldperSubTotalHead #
" },
{ field: "fieldperSubFallingHead", title: "수두차(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (fieldperSubFallingHead == null) ? '0' : fieldperSubFallingHead #
" },
{ field: "fieldperSubWaterLoose", title: "유출수량(㎤)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (fieldperSubWaterLoose == null) ? '0' : fieldperSubWaterLoose #
" },
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp
index 83136700..15133e09 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp
@@ -1041,7 +1041,7 @@ function fn_grid_refresh(){
{ field: "wptestOrder", title: "시험
순서", editor: chooseEditor, width:60, attributes: { style:"text-align: center" } },
{ field: "wptestWaterPressure", title: "수압("+wptestWaterPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (wptestWaterPressure == null) ? '0' : wptestWaterPressure #
" },
{ field: "wptestTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (wptestTotalHead == null) ? '0' : wptestTotalHead #
" },
- { field: "wptestQuantity", title: "단위시간당
주수량(㎤)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (wptestQuantity == null) ? '0' : wptestQuantity #
" },
+ { field: "wptestQuantity", title: "단위시간당
주수량(㎤/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (wptestQuantity == null) ? '0' : wptestQuantity #
" },
{ field: "wptestPermeability", title: "투수계수
(k,cm/sec)", editor: chooseTest, attributes: { style:"text-align: right" }, template: "#= (wptestPermeability == null) ? '0' : wptestPermeability #
" },
{ field: "wplugeonPressure", title: "루전 수압
("+wplugeonPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (wplugeonPressure == null) ? '0' : wplugeonPressure #
" },
{ field: "wplugeonInjectWater", title: "루전주입량
(ℓ/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "#= (wplugeonInjectWater == null) ? '0' : wplugeonInjectWater #
" },