Commit 7d57724a authored by 黄奎's avatar 黄奎

11

parent 2a9dc23a
......@@ -151,6 +151,12 @@
</template>
<template v-else>
{{personStrToWord(childItem.PeopleType)}}:{{childItem.PeopleNum}}
<template v-if="childItem.PeopleType==2">
<br/> 12-18岁
</template>
<template v-if="childItem.PeopleType==3">
<br/> 11岁及以下
</template>
</template>
</td>
<td>
......
......@@ -114,6 +114,12 @@
</td>
<td>
{{personStrToWord(childItem.PeopleType)}}
<template v-if="childItem.PeopleType==2">
<br /> 12-18岁
</template>
<template v-if="childItem.PeopleType==3">
<br /> 11岁及以下
</template>
</td>
<td>
{{childItem.PeopleNum}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment