We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d0065 commit 178a88aCopy full SHA for 178a88a
admin/src/views/home/line.vue
@@ -14,11 +14,7 @@
14
</fieldset>
15
<el-table v-loading="loading" :data="tableLine" border style="width: 100%">
16
<el-table-column prop="stationName" label="站台" width="" />
17
- <!--<el-table-column-->
18
- <!--prop="stationCode"-->
19
- <!--label="编号"-->
20
- <!--width="100">-->
21
- <!--</el-table-column>-->
+ <!--<el-table-column prop="stationCode" label="编号" width="100" />-->
22
<el-table-column prop="carCode" label="车牌" width="" />
23
<el-table-column prop="ArrivalTime" label="进站时间" width="" />
24
</el-table>
0 commit comments