184daffb by zhangmeng

旅游地址

1 parent 7b43ca69
......@@ -139,16 +139,16 @@
<h3>{{ formInfo.name }}</h3>
<el-row>
<el-col>
{{ language == 0 ? '联系电话' : 'Contace Number' }}
{{ language == 0 ? '联系电话' : 'Contact Number' }}
{{ formInfo.contact }}
</el-col>
<el-col>
{{ language == 0 ? '出发时间' : 'Opening Time' }}
{{ language == 0 ? '出发时间' : 'Meeting Time' }}
{{ formInfo.startTime }}
<!-- ~ {{ formInfo.workTime }}-->
</el-col>
<el-col>
{{ language == 0 ? '集合地点' : 'Assembling Place' }}
{{ language == 0 ? '集合地点' : 'Meeting Point' }}
{{ formInfo.address }}
</el-col>
......
......@@ -29,7 +29,7 @@
<el-icon>
<Clock />
</el-icon>
<span class="mr10">{{ language == 0 ? '出发时间' : 'Opening Time' }}{{ scenicItem?.startTime }}
<span class="mr10">{{ language == 0 ? '出发时间' : 'Meeting Time' }}{{ scenicItem?.startTime }}
<!-- ~ {{scenicItem?.workTime }}-->
</span>
</div>
......@@ -38,7 +38,7 @@
<el-icon>
<MapLocation />
</el-icon>
<span class="mr10">{{ language == 0 ? '集合地点' : 'Assembling Place' }}{{
<span class="mr10">{{ language == 0 ? '集合地点' : 'Meeting Point' }}{{
scenicItem?.address
}}</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!