Browse Source

会议室订单管理绑定挂账人字段

DESKTOP-B78GIPM\admin 2 years ago
parent
commit
b5c5307ea5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/markets/meetingroomscheduleorder.vue

+ 2 - 2
src/views/markets/meetingroomscheduleorder.vue

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