返回轮次ID
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<!-- 外层表格 -->
|
||||
<el-table :data="tableData" border style="margin-top: 25px; width: 100%">
|
||||
<el-table-column align="center" fixed prop="roundId" label="轮次id"> </el-table-column>
|
||||
<el-table-column align="center" fixed prop="id" label="轮次id"> </el-table-column>
|
||||
<el-table-column align="center" fixed prop="startTime" label="轮次开始时间">
|
||||
</el-table-column>
|
||||
<el-table-column align="center" fixed prop="endTime" label="轮次结束时间">
|
||||
|
Reference in New Issue
Block a user