24537552 by 杨炀

no message

1 parent d9f45fde
......@@ -779,6 +779,8 @@ function startforGetData() {
clearTimeout(handle)
handle = null
}
} else {
startforGetData()
}
})
} else {
......
......@@ -60,6 +60,12 @@
</el-form-item>
<el-form-item v-for="(n,i) in gateList" :key="i" :label="language==0? n.name:n.name" prop="count">
<el-input-number v-model="n.count" :min="0" :max="n.leftNum" @change="changeNum(n)" />
<el-popover placement="top-start">
<template #reference>
<el-icon class="ml20"><Warning /></el-icon>
</template>
<div v-html="n.details"></div>
</el-popover>
<div class="red ml20">
<span v-if="language == 0">单价: ¥{{ n.price }}</span>
<span v-else>€ {{ n.priceEn }} / Ticket</span>
......@@ -68,6 +74,7 @@
<span v-if="language == 0">剩余票数:{{ n.leftNum }}</span>
<span v-else>{{ n.leftNum }} sheet remaining </span>
</div>
</el-form-item>
<div v-if="needPersonNum>0" class="fakeFormItem">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!