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