|
@@ -215,7 +215,7 @@
|
|
|
size="small"
|
|
|
icon="el-icon-s-grid"
|
|
|
@click="showTVWallDiaLog()"
|
|
|
- v-show="eventType == 1"
|
|
|
+ v-show="cameraCode != '' && cameraCode!= null && cameraCode != undefined"
|
|
|
>视频联动</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -945,12 +945,8 @@
|
|
|
style="white-space: nowrap;"
|
|
|
>
|
|
|
<div class="bgt-info">
|
|
|
- <div
|
|
|
- class="bgt-info-name"
|
|
|
- :class="{ on: iconCurrentIndex == item.deptId }"
|
|
|
- @click="dutysystemSelect(item.deptId, item.deptName, item.id)"
|
|
|
- >
|
|
|
- {{ item.deptName }}
|
|
|
+ <div class="bgt-info-name" :class="{on:iconCurrentIndex==item.deptId}" :title="item.deptName"
|
|
|
+ @click="dutysystemSelect(item.deptId,item.deptName,item.id)"> {{ item.deptName.length > 10 ? item.deptName.slice(0, 10) + "..." : item.deptName }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1052,12 +1048,8 @@
|
|
|
v-for="(item, index) in depteventList"
|
|
|
>
|
|
|
<div class="bgt-info">
|
|
|
- <div
|
|
|
- class="bgt-info-name"
|
|
|
- :class="{ on: iconCurrentIndex == item.deptId }"
|
|
|
- @click="dutysystemSelect(item.deptId, item.deptName, item.id)"
|
|
|
- >
|
|
|
- {{ item.deptName }}
|
|
|
+ <div class="bgt-info-name" :class="{on:iconCurrentIndex==item.deptId}" :title="item.deptName"
|
|
|
+ @click="dutysystemSelect(item.deptId,item.deptName,item.id)"> {{ item.deptName.length > 10 ? item.deptName.slice(0, 10) + "..." : item.deptName }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|