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

车配下载修改

parent b1c0dc51
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
<th>{{ $t("ground.chepaihao") }}</th> <th>{{ $t("ground.chepaihao") }}</th>
<th>{{ $t("ground.sijiName") }}</th> <th>{{ $t("ground.sijiName") }}</th>
<th>{{ $t("ground.sijiPhone") }}</th> <th>{{ $t("ground.sijiPhone") }}</th>
<th>司机住宿</th>
<th>{{ $t("pub.pubRemark") }}</th> <th>{{ $t("pub.pubRemark") }}</th>
</tr> </tr>
<tr v-for="item in DMCStaticsCommon.BusList"> <tr v-for="item in DMCStaticsCommon.BusList">
...@@ -209,6 +210,7 @@ ...@@ -209,6 +210,7 @@
<td>{{ item.BusNum }}</td> <td>{{ item.BusNum }}</td>
<td>{{ item.DriverName }}</td> <td>{{ item.DriverName }}</td>
<td>{{ item.DriverTel }}</td> <td>{{ item.DriverTel }}</td>
<td>{{ item.AccommodationTypeStr }}</td>
<td width="300">{{ item.Remarks }}</td> <td width="300">{{ item.Remarks }}</td>
</tr> </tr>
</table> </table>
......
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