b693f3f5 by zhangmeng

票务

1 parent 89201e19
......@@ -41,18 +41,18 @@
<div v-if="TickForm2.ticketType == '1'">
<el-form-item :label="language == 0 ? '桌号' : 'Table'">
<el-popover :width="400" placement="right" trigger="hover">
<template #reference>
<div class="text-primary underline pointer" @click="showImg">
{{ language == 0 ? '查看区域布局' : ' View Area Layout' }}
</div>
</template>
<el-image
:preview-src-list="[fillImgUrl(tickImg)]" :src="fillImgUrl(tickImg)"
style="width: 100%;"
/>
</el-popover>
<!-- <el-popover :width="400" placement="right" trigger="hover">-->
<!-- <template #reference>-->
<!-- <div class="text-primary underline pointer" @click="showImg">-->
<!-- {{ language == 0 ? '查看区域布局' : ' View Area Layout' }}-->
<!-- </div>-->
<!-- </template>-->
<!-- <el-image-->
<!-- :preview-src-list="[fillImgUrl(tickImg)]" :src="fillImgUrl(tickImg)"-->
<!-- style="width: 100%;"-->
<!-- />-->
<!-- </el-popover>-->
<!-- -->
<el-radio-group v-model="currDesk">
<el-radio-button
......
......@@ -321,7 +321,7 @@ getTicketList()
async function getTicketList() {
const res = await getTicketListApi({
activityId: activeId.value, isView: 1
activityId: activeId.value, status: 1
})
tickClass.value = res.rows
if (tickClass.value.length > 0) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!