|
@@ -39,8 +39,11 @@
|
|
>
|
|
>
|
|
<template slot="title">
|
|
<template slot="title">
|
|
<div class="alertTitle">
|
|
<div class="alertTitle">
|
|
- <span>{{deviceMsg}}</span>
|
|
|
|
- <el-button type="text"><span class="el-icon-question"></span>维护帮助</el-button>
|
|
|
|
|
|
+ <span>{{ deviceMsg }}</span>
|
|
|
|
+ <el-button type="text" >
|
|
|
|
+ <span class="el-icon-question" />
|
|
|
|
+ <a href="/datacenter/object/equip/downloads" download="维护帮助"> 维护帮助</a>
|
|
|
|
+ </el-button>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<template v-if="deviceMsg == '添加设备'">
|
|
<template v-if="deviceMsg == '添加设备'">
|
|
@@ -384,7 +387,7 @@ export default class extends Vue {
|
|
|
|
|
|
// 维护位置
|
|
// 维护位置
|
|
handlePosition() {
|
|
handlePosition() {
|
|
- this.currentRow = this.$refs.dataForm.form
|
|
|
|
|
|
+ this.currentRow= this.$refs.dataForm.form
|
|
this.$refs.dataForm.submitForm(this.handlePositionSave)
|
|
this.$refs.dataForm.submitForm(this.handlePositionSave)
|
|
}
|
|
}
|
|
|
|
|
|
@@ -494,11 +497,11 @@ export default class extends Vue {
|
|
this.$refs.deviceGraph.resetLocation()
|
|
this.$refs.deviceGraph.resetLocation()
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
// 返回
|
|
// 返回
|
|
goBack() {
|
|
goBack() {
|
|
this.displayLocation = false
|
|
this.displayLocation = false
|
|
this.currRowContent = this.currentRow
|
|
this.currRowContent = this.currentRow
|
|
- console.log(this.currentRow, this.currRowContent)
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@Watch("deviceType", { immediate: true, deep: true })
|
|
@Watch("deviceType", { immediate: true, deep: true })
|