@@ -219,10 +219,10 @@ export default {
{
title: "挂账人",
align: "center",
- dataIndex: "",
+ dataIndex: "contactName",
customRender: function (text) {
//后期结合房间订单关联
- return "无";
+ return text?text:"无";
},