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