zhaowei
2025-03-26 dab7284a985531920662e24c4bb7db05d30a2d42
src/views/eam/equipment/EamEquipmentList.vue
@@ -441,7 +441,9 @@
     */
    handleOpenNameplateModal(record) {
      this.$refs.nameplateModalRef.model = Object.assign({}, record)
      this.$refs.nameplateModalRef.httpUrl = 'http://www.baidu.com'
      this.$refs.nameplateModalRef.visible = true
    }
  }
}