去掉多余更多按钮;设备列表跳转详情弹框补充标题变更

main
zhangqun 2 years ago
parent ad758dc352
commit e45b0dd2a8
  1. 2
      src/components/monitoring/electricity.vue
  2. 3
      src/views/equipment/index.vue

@ -285,7 +285,7 @@
<span >设备列表</span> <span >设备列表</span>
</div> </div>
<div class="more_btn" style="margin-right:34px;cursor: pointer;" @click="clickMore">更多</div> <!-- <div class="more_btn" style="margin-right:34px;cursor: pointer;" @click="clickMore">更多</div> -->
</div> </div>
<div class="tabBox" id="eletric_box"> <div class="tabBox" id="eletric_box">
<el-table @row-click="tableClick" :data="tableData" style="width: 100%" @row-contextmenu="tableContext" <el-table @row-click="tableClick" :data="tableData" style="width: 100%" @row-contextmenu="tableContext"

@ -671,7 +671,8 @@
console.log(res) console.log(res)
this.ruleForm = res.data.data; this.ruleForm = res.data.data;
this.equipmentBox = true; this.equipmentBox = true;
this.eqiupType = 'look' this.eqiupType = 'look';
this.equipmentTit = "查看设备";
}) })
} }
getDeptLazyTree2().then(res => { getDeptLazyTree2().then(res => {

Loading…
Cancel
Save