diff --git a/dist.zip b/dist.zip index c52aa0c4..d43857da 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/assets/images/projectImg/jlwModel.png b/src/assets/images/projectImg/jlwModel.png new file mode 100644 index 00000000..311fb324 Binary files /dev/null and b/src/assets/images/projectImg/jlwModel.png differ diff --git a/src/views/messageV2.vue b/src/views/messageV2.vue index 375d86aa..f67836c4 100644 --- a/src/views/messageV2.vue +++ b/src/views/messageV2.vue @@ -129,62 +129,62 @@ export default { pageNo: 1, pageSize: 20, tableData: [], - options:[{ - label: "防疫人员通知", - value: "17" - },{ - label: "访客通知", - value: "18" - }], // options:[{ - // label: "高空火警", - // value: "8" - // },{ - // label: "考勤提醒", - // value: "1" - // },{ // label: "防疫人员通知", - // value: "2" - // },{ - // label: "防疫车辆通知", - // value: "3" + // value: "17" // },{ // label: "访客通知", - // value: "16" - // },{ - // label: "混凝土监测", - // value: "4" - // },{ - // label: "卸料平台", - // value: "5" - // },{ - // label: "配电箱", - // value: "6" - // },{ - // label: "扬尘", - // value: "7" - // },{ - // label: "标养室", - // value: "9" - // },{ - // label: "安全检查", - // value: "10" - // },{ - // label: "质量检查", - // value: "11" - // },{ - // label: "塔吊", - // value: "12" - // },{ - // label: "升降机", - // value: "13" - // },{ - // label: "电表", - // value: "14" - // },{ - // label: "水表", - // value: "15" + // value: "18" // }], + options:[{ + label: "高空火警", + value: "8" + },{ + label: "考勤提醒", + value: "1" + },{ + label: "防疫人员通知", + value: "2" + },{ + label: "防疫车辆通知", + value: "3" + },{ + label: "访客通知", + value: "16" + },{ + label: "混凝土监测", + value: "4" + },{ + label: "卸料平台", + value: "5" + },{ + label: "配电箱", + value: "6" + },{ + label: "扬尘", + value: "7" + },{ + label: "标养室", + value: "9" + },{ + label: "安全检查", + value: "10" + },{ + label: "质量检查", + value: "11" + },{ + label: "塔吊", + value: "12" + },{ + label: "升降机", + value: "13" + },{ + label: "电表", + value: "14" + },{ + label: "水表", + value: "15" + }], }; }, created() { diff --git a/src/views/projectFront/BIMCenter/BIMManageV3.vue b/src/views/projectFront/BIMCenter/BIMManageV3.vue index c940c2a1..32aee02f 100644 --- a/src/views/projectFront/BIMCenter/BIMManageV3.vue +++ b/src/views/projectFront/BIMCenter/BIMManageV3.vue @@ -18,18 +18,13 @@ class="flex content_data" v-for="(item,index) in buildList" :key="index" - :class="{'active':activeBuildIndex==index }" + :class=" {'active': activeBuildIndex==index }" @click="changeBuildFn(item,index)" >
+