1b3affd3 by zhangmeng

预定说明

1 parent d2718611
<template>
<el-dialog :title="title" v-model="show" width="30%" @close="close">
<div>
<div class="pd20" v-html="form.reserveDes"></div>
<div v-if="type==1" class="pd20" v-html="form.reserveDes"></div>
<div v-if="type==2" class="pd20" v-html="form.reserveDesCar"></div>
<div v-if="type==3" class="pd20" v-html="form.reserveDesFood"></div>
<div v-if="type==4" class="pd20" v-html="form.reserveDesMeal"></div>
<div v-if="type==5" class="pd20" v-html="form.reserveDesPhoto"></div>
<div v-if="type==0" class="pd20" v-html="form.reserveDesTitck"></div>
</div>
<template #footer>
<div class="dialog-footer text-center">
......@@ -40,6 +45,7 @@ function getData() {
console.log(matchId)
getBaseInfoByActiveId(matchId).then(res=>{
form.value = res.data || {}
console.log(form.value)
}).catch(err=>{
console.log(err)
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!