no message
parent
81957e9aa5
commit
b385589724
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
|
|
@ -64,10 +64,10 @@
|
||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-image
|
<el-image
|
||||||
class="seatImg2Class"
|
class="seatImg6Class"
|
||||||
:seatId="item.id"
|
:seatId="item.id"
|
||||||
:seatIndex="index"
|
:seatIndex="index"
|
||||||
:src="img_3"
|
:src="img_130"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
|
|
@ -76,6 +76,7 @@
|
||||||
v-if="item.type==4"
|
v-if="item.type==4"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
trigger="hover"
|
trigger="hover"
|
||||||
|
:title="item.code"
|
||||||
:content="item.id"
|
:content="item.id"
|
||||||
width="160px"
|
width="160px"
|
||||||
>
|
>
|
||||||
|
|
@ -93,15 +94,33 @@
|
||||||
v-if="item.type==5"
|
v-if="item.type==5"
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
trigger="hover"
|
trigger="hover"
|
||||||
|
:title="item.code"
|
||||||
:content="item.id"
|
:content="item.id"
|
||||||
width="160px"
|
width="160px"
|
||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-image
|
<el-image
|
||||||
class="seatImg4Class"
|
class="seatImg6Class"
|
||||||
:seatId="item.id"
|
:seatId="item.id"
|
||||||
:seatIndex="index"
|
:seatIndex="index"
|
||||||
:src="img_5"
|
:src="img_kong"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
</el-popover>
|
||||||
|
<el-popover
|
||||||
|
v-if="item.type==6"
|
||||||
|
placement="top-start"
|
||||||
|
trigger="hover"
|
||||||
|
:title="item.code"
|
||||||
|
:content="item.item_code"
|
||||||
|
width="160px"
|
||||||
|
>
|
||||||
|
<template #reference>
|
||||||
|
<el-image
|
||||||
|
class="seatImg2Class"
|
||||||
|
:seatId="item.id"
|
||||||
|
:seatIndex="index"
|
||||||
|
:src="img_134"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
|
|
@ -119,6 +138,7 @@ import img_jinyong from "@/assets/kuwei/132.png";
|
||||||
import img_kong from "@/assets/kuwei/133.png";
|
import img_kong from "@/assets/kuwei/133.png";
|
||||||
import img_3 from "@/assets/kuwei/md3.png";
|
import img_3 from "@/assets/kuwei/md3.png";
|
||||||
import img_5 from "@/assets/kuwei/md5.png";
|
import img_5 from "@/assets/kuwei/md5.png";
|
||||||
|
import img_134 from "@/assets/kuwei/134.png";
|
||||||
import type KuWeiComponent from './config'
|
import type KuWeiComponent from './config'
|
||||||
import type { KuWeiType } from './type'
|
import type { KuWeiType } from './type'
|
||||||
import { ElNotification } from 'element-plus'
|
import { ElNotification } from 'element-plus'
|
||||||
|
|
@ -254,6 +274,14 @@ span {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
}
|
}
|
||||||
|
.seatImg6Class {
|
||||||
|
background: #B4870CFF;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
border-radius:3px;
|
||||||
|
}
|
||||||
.title {
|
.title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue