1
guanqb
2023-02-03 bf654df572409e84c14140363de069f002c43515
1
3 files modified
9 ■■■■■ changed files
src/views/home/components/leftContainer.vue 2 ●●● patch | view | raw | blame | history
src/views/house/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/video/list.vue 6 ●●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue
@@ -524,7 +524,7 @@
                            msg = params.value + '栋'
                        }
                        msg = `${params.marker}${params.name}<strong style="margin-left:10px">${msg}</strong>'`
                        msg = `${params.marker}${params.name}<strong style="margin-left:10px">${msg}</strong>`
                        return msg
                    },
                    backgroundColor: 'rgba(8, 56, 185, 0.9)',
src/views/house/index.vue
@@ -790,6 +790,7 @@
    mounted () {
        this.$parent.$parent.resize('400px', true)
        console.log(this.userInfo.dept_id, 56789)
        this.$nextTick(() => {
            this.searchHouse = this.$route.query.searchName
src/views/video/list.vue
@@ -13,7 +13,7 @@
    <div class="list container">
        <div v-show="boxShow" class="container-content">
            <div class="search-box">
                设备名称:
                点位名称:
                <input
                    v-model="searchValue"
                    @input="searchChange"
@@ -57,13 +57,13 @@
                            <el-table-column
                                :show-overflow-tooltip="true"
                                prop="name"
                                label="设备名称"
                                label="点位名称"
                                min-width="35%"
                            ></el-table-column>
                            <el-table-column
                                :show-overflow-tooltip="true"
                                prop="pTZTypeText"
                                label="设备类型"
                                label="点位类型"
                                min-width="35%"
                            ></el-table-column>
                            <el-table-column