184daffb by zhangmeng

旅游地址

1 parent 7b43ca69
...@@ -139,16 +139,16 @@ ...@@ -139,16 +139,16 @@
139 <h3>{{ formInfo.name }}</h3> 139 <h3>{{ formInfo.name }}</h3>
140 <el-row> 140 <el-row>
141 <el-col> 141 <el-col>
142 {{ language == 0 ? '联系电话' : 'Contace Number' }} 142 {{ language == 0 ? '联系电话' : 'Contact Number' }}
143 {{ formInfo.contact }} 143 {{ formInfo.contact }}
144 </el-col> 144 </el-col>
145 <el-col> 145 <el-col>
146 {{ language == 0 ? '出发时间' : 'Opening Time' }} 146 {{ language == 0 ? '出发时间' : 'Meeting Time' }}
147 {{ formInfo.startTime }} 147 {{ formInfo.startTime }}
148 <!-- ~ {{ formInfo.workTime }}--> 148 <!-- ~ {{ formInfo.workTime }}-->
149 </el-col> 149 </el-col>
150 <el-col> 150 <el-col>
151 {{ language == 0 ? '集合地点' : 'Assembling Place' }} 151 {{ language == 0 ? '集合地点' : 'Meeting Point' }}
152 {{ formInfo.address }} 152 {{ formInfo.address }}
153 </el-col> 153 </el-col>
154 154
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 <el-icon> 29 <el-icon>
30 <Clock /> 30 <Clock />
31 </el-icon> 31 </el-icon>
32 <span class="mr10">{{ language == 0 ? '出发时间' : 'Opening Time' }}{{ scenicItem?.startTime }} 32 <span class="mr10">{{ language == 0 ? '出发时间' : 'Meeting Time' }}{{ scenicItem?.startTime }}
33 <!-- ~ {{scenicItem?.workTime }}--> 33 <!-- ~ {{scenicItem?.workTime }}-->
34 </span> 34 </span>
35 </div> 35 </div>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 <el-icon> 38 <el-icon>
39 <MapLocation /> 39 <MapLocation />
40 </el-icon> 40 </el-icon>
41 <span class="mr10">{{ language == 0 ? '集合地点' : 'Assembling Place' }}{{ 41 <span class="mr10">{{ language == 0 ? '集合地点' : 'Meeting Point' }}{{
42 scenicItem?.address 42 scenicItem?.address
43 }}</span> 43 }}</span>
44 </div> 44 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!