hurugang 4 年 前
コミット
f981cdfbc0
1 ファイル変更6 行追加0 行削除
  1. 6 0
      src/main/resources/static/js/request.js

+ 6 - 0
src/main/resources/static/js/request.js

@@ -256,6 +256,12 @@ function initSourceList() {
                         text = '下午';
                     } else if (value == 'd') {
                         text = '全天';
+                    }else if (value == 'n') {
+                        text = '中午';
+                    }else if (value == 'e') {
+                        text = '晚班';
+                    }else if (value == 'l') {
+                        text = '夜班';
                     }
                     return text;
                 }