master
kira 7 years ago
parent 1629c60a50
commit a316350c3f

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

Loading…
Cancel
Save