From 865e48b3de08f6d51b3e2fe3170585d535512961 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 10 1월 2022 14:10:04 +0900 Subject: [PATCH] 사용자 정의 필드(날짜) 기간 검색으로 변경 --- src/main/webapp/views/common/header.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html index 519dd8b..3ac7524 100644 --- a/src/main/webapp/views/common/header.html +++ b/src/main/webapp/views/common/header.html @@ -76,14 +76,14 @@ --> - <select class="form-control rounded width-80-p" +<!-- <select class="form-control rounded width-80-p" ng-model="$root.language" tabindex="-1" ng-change="$root.changeLocale($root.language)"> <option value="ko" translate="common.korean"> �븳援��뼱 </option> - <!--<option value="en" translate="common.english"> + <option value="en" translate="common.english"> �쁺�뼱 </option> <option value="ja" translate="common.japaneseLanguage"> @@ -91,8 +91,8 @@ </option> <option value="vi" translate="common.vietnamese"> 踰좏듃�궓�뼱 - </option>--> - </select> + </option> + </select>--> </div> </div> </div> -- Gitblit v1.8.0