소스 검색

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

DESKTOP-B78GIPM\admin 2 년 전
부모
커밋
b5c5307ea5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/markets/meetingroomscheduleorder.vue

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

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