|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<el-dialog title="战令历史" v-model="isShowDialog" width="769px"> |
|
|
|
|
<div class="flex-warp"> |
|
|
|
|
<el-table ref="tableRef" :data="tableData.list" style="width: 100%" border> |
|
|
|
|
<el-table-column prop="PeriodId" label="当前期数" width="90"> |
|
|
|
|
<el-table-column prop="PeriodId" label="当前期数" width="95"> |
|
|
|
|
<template #default="scope"> {{ scope.row.PeriodId }}期</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column prop="State" label="状态" width="100"> |
|
|
|
|
|