旅游地址
Showing
1 changed file
with
10 additions
and
4 deletions
| ... | @@ -139,13 +139,19 @@ | ... | @@ -139,13 +139,19 @@ |
| 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 ? '地址' : 'Address' }}: | 142 | {{ language == 0 ? '联系电话' : 'Contace Number' }}: |
| 143 | {{ formInfo.address }} | 143 | {{ formInfo.contact }} |
| 144 | </el-col> | 144 | </el-col> |
| 145 | <el-col> | 145 | <el-col> |
| 146 | {{ language == 0 ? '开园时间' : 'Address' }}: | 146 | {{ language == 0 ? '出发时间' : 'Opening Time' }}: |
| 147 | {{ formInfo.startTime }} ~ {{ formInfo.workTime }} | 147 | {{ formInfo.startTime }} |
| 148 | <!-- ~ {{ formInfo.workTime }}--> | ||
| 149 | </el-col> | ||
| 150 | <el-col> | ||
| 151 | {{ language == 0 ? '集合地点' : 'Assembling Place' }}: | ||
| 152 | {{ formInfo.address }} | ||
| 148 | </el-col> | 153 | </el-col> |
| 154 | |||
| 149 | </el-row> | 155 | </el-row> |
| 150 | </div> | 156 | </div> |
| 151 | </div> | 157 | </div> | ... | ... |
-
Please register or sign in to post a comment