Explorar el Código

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

DESKTOP-B78GIPM\admin hace 2 años
padre
commit
b5c5307ea5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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:"无";
           },
         },
         {