| | |
| | | </div> |
| | | <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"> |
| | | <el-table-column prop="startSlot" align="center" :label="$t('film.originateslot')" min-width="50" /> |
| | | <el-table-column prop="endSlot" align="center" :label="$t('film.endslot')" min-width="50" /> |
| | | <el-table-column prop="endSlot" align="center" :label="$t('film.endoriginateslot')" min-width="50" /> |
| | | <el-table-column prop="shelf" align="center" :label="$t('film.resetnumber')" min-width="50" /> |
| | | <el-table-column prop="patternQuantity" align="center" :label="$t('film.thickremainquant')" min-width="50" /> |
| | | <el-table-column |