解决冲突
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</el-popover>
|
||||
|
||||
|
||||
<ul class="leftBtn-yjbtn flex">
|
||||
<li class="leftBtn-item pointer" @click.stop="handleBtns(it)" :class="btnsActive == it ? 'yjbtnActive' : ''" v-for="it in btns.leftBtn" :key="it">
|
||||
<span class="btms">{{ it }}</span>
|
||||
@ -71,7 +71,7 @@
|
||||
<div class="f14">
|
||||
<div style="color:#0BB7FF">张某某</div><div>安全管理科</div>
|
||||
</div>
|
||||
|
||||
|
||||
<el-popover popper-class="zdy-meuns-popover" placement="bottom" width="400" :append-to-body="true" v-model:visible="showMore" trigger="click">
|
||||
<template #reference>
|
||||
<span @click="showMore = !showMore" class="ml10 mr10"><img style="width:10px" src="@/assets/images/Polygon_right.png" alt=""></span>
|
||||
@ -151,6 +151,7 @@ onMounted(() => {
|
||||
// 按钮切换
|
||||
const handleBtns = (val) => {
|
||||
btnsActive.value = val;
|
||||
|
||||
switch (val) {
|
||||
case "预警布控":
|
||||
router.push("/warningControl");
|
||||
|
Reference in New Issue
Block a user