@@ -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;