{
title: '名称',
align: "center",
dataIndex: 'tName',
customRender: function (t, r, index) {
return r.Name.replace("名字是", ""); //把 名字是 替换成 空格
}
},
{
title: '名称',
align: "center",
dataIndex: 'tName',
customRender: function (t, r, index) {
return r.Name.replace("名字是", ""); //把 名字是 替换成 空格
}
},