esayui怎么将数据库传过来的数字改变成字符串并在页面上显示出来
就是性别,我在数据库中存的是12想在esayui的页面中用男女显示出来,我是用的这种显示代码。$(function(){$('#dg').datagrid({url:'a...
就是性别,我在数据库中存的是1 2
想在esayui的页面中用男女显示出来,我是用的这种显示代码。
$(function() {
$('#dg').datagrid({
url : 'admin/query',
fit : true,
pagination : true,
rownumbers : true,
singleSelect : true,
toolbar : '#tb',
columns : [ [
{
field : '',
checkbox : "true"
},
{
field : 'aid',
title : 'ID',
width : 100
},
{
field : 'aname',
title : '账号',
width : 100
},
{
field : 'apassword',
title : '密码',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'atruename',
title : '真实姓名',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'asex',
title : '性别',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'alevel',
title : '权限',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'mdate',
title : '注册日期',
width : 100,
align : 'right'
}
] ], 展开
想在esayui的页面中用男女显示出来,我是用的这种显示代码。
$(function() {
$('#dg').datagrid({
url : 'admin/query',
fit : true,
pagination : true,
rownumbers : true,
singleSelect : true,
toolbar : '#tb',
columns : [ [
{
field : '',
checkbox : "true"
},
{
field : 'aid',
title : 'ID',
width : 100
},
{
field : 'aname',
title : '账号',
width : 100
},
{
field : 'apassword',
title : '密码',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'atruename',
title : '真实姓名',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'asex',
title : '性别',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'alevel',
title : '权限',
width : 100,
align : 'right',
editor : 'text'
},
{
field : 'mdate',
title : '注册日期',
width : 100,
align : 'right'
}
] ], 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询