Commit 780b6fc5 authored by 谢希宇's avatar 谢希宇

Submit by Strive

Date 2021/03/24
Project End
parent 079aaa19
...@@ -519,7 +519,7 @@ ...@@ -519,7 +519,7 @@
"mRender": function (a, b, c, d) {//a表示id对应的值,c表示当前记录行对象 "mRender": function (a, b, c, d) {//a表示id对应的值,c表示当前记录行对象
if (a == '1') { if (a == '1') {
return '男'; return '男';
} else if (a == '0') { } else if (a == '2') {
return '女'; return '女';
} else { } else {
return ''; return '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment