Selaa lähdekoodia

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

DESKTOP-B78GIPM\admin 2 vuotta sitten
vanhempi
commit
b5c5307ea5
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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:"无";
           },
         },
         {