hurugang 4 lat temu
rodzic
commit
f981cdfbc0
1 zmienionych plików z 6 dodań i 0 usunięć
  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;
                 }