@ -187,13 +187,13 @@
return function (status) {
switch (status + '') {
case '0':
return '暂存';
return 'Saved';
case '1':
return '提交';
return 'Submitted';
case '2':
return '提交失败';
return 'Failed';
case '3':
return '提交成功';
return 'Success';
}
});