| | |
| | | <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button> |
| | | </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="80" /> |
| | | <el-table-column prop="endSlot" align="center" :label="$t('film.endslot')" min-width="80" /> |
| | | <el-table-column prop="shelf" align="center" :label="$t('film.resetnumber')" min-width="80" /> |
| | | <el-table-column prop="patternQuantity" align="center" :label="$t('film.thickremainquant')" min-width="80" /> |
| | | <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="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 |
| | | align="center" |
| | | :label="$t('film.taskstatus')" |
| | | min-width="80" |
| | | min-width="50" |
| | | prop="taskState" |
| | | > |
| | | <template #default="scope"> |
| | |
| | | <el-table-column |
| | | align="center" |
| | | :label="$t('film.enabletype')" |
| | | min-width="80" |
| | | min-width="50" |
| | | prop="taskType" |
| | | > |
| | | <template #default="scope"> |
| | |
| | | </el-tag> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="100" /> |
| | | <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="100" /> |
| | | <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="50" /> |
| | | <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="50" /> |
| | | <el-table-column fixed="right" :label="$t('film.operate')" align="center"> |
| | | <template #default="scope"> |
| | | <el-button size="mini" :disabled="(scope.row.taskState !== 0)" type="text" plain @click="successfull(scope.row)">{{ $t('searchOrder.successfullyprocessed') }}</el-button> |