Skip to content

Commit 178a88a

Browse files
committed
fix: 简化代码
1 parent 72d0065 commit 178a88a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

admin/src/views/home/line.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
</fieldset>
1515
<el-table v-loading="loading" :data="tableLine" border style="width: 100%">
1616
<el-table-column prop="stationName" label="站台" width="" />
17-
<!--<el-table-column-->
18-
<!--prop="stationCode"-->
19-
<!--label="编号"-->
20-
<!--width="100">-->
21-
<!--</el-table-column>-->
17+
<!--<el-table-column prop="stationCode" label="编号" width="100" />-->
2218
<el-table-column prop="carCode" label="车牌" width="" />
2319
<el-table-column prop="ArrivalTime" label="进站时间" width="" />
2420
</el-table>

0 commit comments

Comments
 (0)