Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	src/views/keyprojects/platformelectronic/index.vue
main
guoyuepeng 2023-11-29 15:48:55 +08:00
commit 981ba47e84
1 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<el-form label-width="100px">
<el-form label-width="100px">
<el-row>
<el-col :span="6">
<el-form-item label="关键字搜索">
@ -52,7 +52,7 @@
<el-table-column label="操作" align="left" width="400">
<template slot-scope="{row}">
<el-button type="success" icon="el-icon-caret-right" size="mini" @click="showVideo(row)"></el-button>
<!-- <el-button type="info" icon="el-icon-location-information" size="mini" @click="goEdit(row)"></el-button>-->
<!-- <el-button type="info" icon="el-icon-location-information" size="mini" @click="goEdit(row)"></el-button>-->
<el-button type="primary" icon="el-icon-edit" size="mini" @click="goEdit(row)"></el-button>
</template>
</el-table-column>
@ -60,7 +60,7 @@
<div class="page-btn-group">
<div>
<el-button type="primary" icon="el-icon-plus" @click="handleAdd"></el-button>
<!-- <el-button type="success" icon="el-icon-caret-right" @click="showAll"></el-button>-->
<!-- <el-button type="success" icon="el-icon-caret-right" @click="showAll"></el-button>-->
</div>
<pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getAllList" />
</div>
@ -276,17 +276,17 @@ export default {
this.shexiangtouForm = {}
this.form= {
CORPINFO_ID:'',
bianjiequyu:'',
LONGITUDEANDLATITUDE:'',
VIDEOMANAGER_ID: '',
VIDEO_RESOURCES_ID: '',
VIDEO_TYPE: 1,
VIDEONAME: '', //
VIDEOURL: '',
CODE: '',
PLATFORMVIDEOMANAGEMENT_ID: '',
LATITUDE: '',
LONGITUDE: ''
bianjiequyu:'',
LONGITUDEANDLATITUDE:'',
VIDEOMANAGER_ID: '',
VIDEO_RESOURCES_ID: '',
VIDEO_TYPE: 1,
VIDEONAME: '', //
VIDEOURL: '',
CODE: '',
PLATFORMVIDEOMANAGEMENT_ID: '',
LATITUDE: '',
LONGITUDE: ''
}
},
@ -400,7 +400,7 @@ export default {
).then((res) => {
this.dialogVideoHLS = true
this.$nextTick(() => {
// eslint-disable-next-line no-undef
// eslint-disable-next-line no-undef
this.player = new Aliplayer({
'id': 'aLiVideoPlayer',
'source': res.data.url,
@ -509,8 +509,8 @@ export default {
}
</script>
<style>
#map{
width: 1000px;
height: 500px;
}
#map{
width: 1000px;
height: 500px;
}
</style>