7b43ca69 by zhangmeng

旅游地址

1 parent 2d773c53
......@@ -139,13 +139,19 @@
<h3>{{ formInfo.name }}</h3>
<el-row>
<el-col>
{{ language == 0 ? '地址' : 'Address' }}
{{ formInfo.address }}
{{ language == 0 ? '联系电话' : 'Contace Number' }}
{{ formInfo.contact }}
</el-col>
<el-col>
{{ language == 0 ? '开园时间' : 'Address' }}
{{ formInfo.startTime }} ~ {{ formInfo.workTime }}
{{ language == 0 ? '出发时间' : 'Opening Time' }}
{{ formInfo.startTime }}
<!-- ~ {{ formInfo.workTime }}-->
</el-col>
<el-col>
{{ language == 0 ? '集合地点' : 'Assembling Place' }}
{{ formInfo.address }}
</el-col>
</el-row>
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!