zhuzhuanzhuan
2023-08-10 9b3e7c3c47dc27e531a7b954aa2b3ba500c84b78
src/views/mdc/base/modules/deviceBaseInfo/EquipmentLayout.vue
@@ -12,7 +12,6 @@
            </div>
          </div>
          <p style="margin-top: 5px;">
            <!--<span ref="message">{{item.equipmentName}}</span>-->
            <span ref="message">{{item.equipmentName}}({{item.equipmentId}})</span>
          </p>
        </div>
@@ -60,7 +59,11 @@
      },
      openDetail(item) {
        if(item.oporation == 0){
          this.$message.warn("设备处于关机状态!");
          // this.$message.warn("设备处于关机状态!");
          this.$notification.warning({
            message:'消息',
            description:"设备处于关机状态!"
          });
          return false;
        }
        console.log(item);