BUG修改

This commit is contained in:
a0049873 2022-08-01 11:07:58 +08:00
parent ce5d587c35
commit 80e9ddf3fc
3 changed files with 11 additions and 11 deletions

View File

@ -2,12 +2,12 @@
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-30 17:43:50
* @LastEditTime: 2022-08-01 11:02:21
* @Description: 数据资源参数配置
*/
// const newLocation = 'qingdao'
const newLocation = 'qingdao'
// const newLocation = 'baotou'
const newLocation = 'xihaian'
// const newLocation = 'xihaian'
//
const whoShow = {}

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-07-12 09:42:44
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-28 14:13:22
* @LastEditTime: 2022-08-01 10:49:31
* @Description:我的申请 能力申请 查看详情
-->
<template>
@ -357,10 +357,10 @@
-webkit-box-orient: vertical;
word-break: break-all;
}
.result:hover {
color: #0058e1;
cursor: pointer;
}
// .result:hover {
// color: #0058e1;
// cursor: pointer;
// }
}
}
}

View File

@ -64,13 +64,13 @@
{{ item.cameraList ? item.system : item.title }}
</template>
<div class="content-body-title">
<span
<!-- <span
v-if="item.cameraList && item.ended"
@click="showVideoList(item)"
>
名称{{ item.cameraList ? item.system : item.title }}
</span>
<span v-else>
</span> -->
<span>
名称{{ item.cameraList ? item.system : item.title }}
</span>
<div></div>