|
@@ -5,18 +5,18 @@
|
|
|
element-loading-background="rgba(122, 122, 122, 0.4)">
|
|
|
<img src="@/assets/img/seats/service.png" alt="" class="seats_item_service">
|
|
|
<p class="seats_item_tel">{{ item.telNo }}</p>
|
|
|
- <p class="seats_item_name"> {{ item.state }}</p>
|
|
|
- <el-dropdown @command="handleCommand($event,item)" class="seats_item_dropdown" trigger="click" v-if="item.state === 'busy'">
|
|
|
- <el-icon class="seats_item_more" size="18">
|
|
|
- <Operation/>
|
|
|
- </el-icon>
|
|
|
- <template #dropdown>
|
|
|
- <el-dropdown-menu>
|
|
|
- <el-dropdown-item command="listen">监 听</el-dropdown-item>
|
|
|
- <el-dropdown-item command="interject">插 话</el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </template>
|
|
|
- </el-dropdown>
|
|
|
+ <!-- <p class="seats_item_name"> {{ item.state }}</p>-->
|
|
|
+ <!-- <el-dropdown @command="handleCommand($event,item)" class="seats_item_dropdown" trigger="click" v-if="item.state === 'busy'">
|
|
|
+ <el-icon class="seats_item_more" size="18">
|
|
|
+ <Operation/>
|
|
|
+ </el-icon>
|
|
|
+ <template #dropdown>
|
|
|
+ <el-dropdown-menu>
|
|
|
+ <el-dropdown-item command="listen">监 听</el-dropdown-item>
|
|
|
+ <el-dropdown-item command="interject">插 话</el-dropdown-item>
|
|
|
+ </el-dropdown-menu>
|
|
|
+ </template>
|
|
|
+ </el-dropdown>-->
|
|
|
<div class="seats_item_state">
|
|
|
<img :src="getImageUrl('seats/'+item.state+'.png')" alt="">
|
|
|
<span class="seats_item_telNo"> {{ currentStatusText(item.state) }}</span>
|