guhongwei 4 年之前
父節點
當前提交
857df2d958
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/layout/index/mainData.vue

+ 2 - 0
src/layout/index/mainData.vue

@@ -73,6 +73,8 @@ export default {
         return _.get(this.classInfo, 'kbyslocation', '');
       } else if (data.subname.includes('拓展')) {
         return _.get(this.classInfo, 'kzjhlocation', '');
+      } else if (data.subname.includes('午餐+休息') || data.subname.includes('晚餐')) {
+        return _.get(this.classInfo, 'yclocation', '');
       }
     },
   },