|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<h4>拍照装置管理</h4>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleAddPhoto()" >新增</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="searchBox">
|
|
|
|
|
<!-- <div class="searchBox">
|
|
|
|
|
<el-form :inline="true" :model="formdata" class="demo-form-inline">
|
|
|
|
|
<el-form-item label="电压等级" class="dybox">
|
|
|
|
|
<el-select v-model="formdata.dyId" @change="getSearchxl">
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<el-button type="primary" @click="onSubmit">查询</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="photoGraphicTable">
|
|
|
|
|
<el-table
|
|
|
|
|
ref="multipleTable"
|
|
|
|
@ -425,6 +425,12 @@ export default {
|
|
|
|
|
gpsvalue: "1",
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.terminalList();
|
|
|
|
|
this.getSearchdy();
|
|
|
|
|
this.roleUser = localStorage.getItem("role");
|
|
|
|
|
console.log(this.roleUser);
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
//获取电压信息
|
|
|
|
|
getSearchdy() {
|
|
|
|
@ -659,12 +665,7 @@ export default {
|
|
|
|
|
this.pageSize = val;
|
|
|
|
|
this.terminalList();
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.terminalList();
|
|
|
|
|
this.roleUser = localStorage.getItem("role");
|
|
|
|
|
console.log(this.roleUser);
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
@ -704,6 +705,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
.photoGraphicTable {
|
|
|
|
|
// margin-top: 16px;
|
|
|
|
|
margin-top: 36px;
|
|
|
|
|
height: calc(100% - 70px);
|
|
|
|
|
}
|
|
|
|
|
.dropgps {
|
|
|
|
|