票务
Showing
2 changed files
with
13 additions
and
13 deletions
| ... | @@ -41,18 +41,18 @@ | ... | @@ -41,18 +41,18 @@ |
| 41 | <div v-if="TickForm2.ticketType == '1'"> | 41 | <div v-if="TickForm2.ticketType == '1'"> |
| 42 | <el-form-item :label="language == 0 ? '桌号' : 'Table'"> | 42 | <el-form-item :label="language == 0 ? '桌号' : 'Table'"> |
| 43 | 43 | ||
| 44 | <el-popover :width="400" placement="right" trigger="hover"> | 44 | <!-- <el-popover :width="400" placement="right" trigger="hover">--> |
| 45 | <template #reference> | 45 | <!-- <template #reference>--> |
| 46 | <div class="text-primary underline pointer" @click="showImg"> | 46 | <!-- <div class="text-primary underline pointer" @click="showImg">--> |
| 47 | {{ language == 0 ? '查看区域布局' : ' View Area Layout' }} | 47 | <!-- {{ language == 0 ? '查看区域布局' : ' View Area Layout' }}--> |
| 48 | </div> | 48 | <!-- </div>--> |
| 49 | </template> | 49 | <!-- </template>--> |
| 50 | <el-image | 50 | <!-- <el-image--> |
| 51 | :preview-src-list="[fillImgUrl(tickImg)]" :src="fillImgUrl(tickImg)" | 51 | <!-- :preview-src-list="[fillImgUrl(tickImg)]" :src="fillImgUrl(tickImg)"--> |
| 52 | style="width: 100%;" | 52 | <!-- style="width: 100%;"--> |
| 53 | /> | 53 | <!-- />--> |
| 54 | </el-popover> | 54 | <!-- </el-popover>--> |
| 55 | 55 | <!-- --> | |
| 56 | 56 | ||
| 57 | <el-radio-group v-model="currDesk"> | 57 | <el-radio-group v-model="currDesk"> |
| 58 | <el-radio-button | 58 | <el-radio-button | ... | ... |
| ... | @@ -321,7 +321,7 @@ getTicketList() | ... | @@ -321,7 +321,7 @@ getTicketList() |
| 321 | 321 | ||
| 322 | async function getTicketList() { | 322 | async function getTicketList() { |
| 323 | const res = await getTicketListApi({ | 323 | const res = await getTicketListApi({ |
| 324 | activityId: activeId.value, isView: 1 | 324 | activityId: activeId.value, status: 1 |
| 325 | }) | 325 | }) |
| 326 | tickClass.value = res.rows | 326 | tickClass.value = res.rows |
| 327 | if (tickClass.value.length > 0) { | 327 | if (tickClass.value.length > 0) { | ... | ... |
-
Please register or sign in to post a comment