| | |
| | | |
| | | <el-table border v-loading="loading" :data="daStationCollectionList" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <el-table-column label="主键id" align="center" prop="id" /> |
| | | <el-table-column :show-overflow-tooltip="true" label="总成序列号" align="center" prop="sfcCode" /> |
| | | <el-table-column :show-overflow-tooltip="true" label="工位编码" align="center" prop="locationCode" /> |
| | | <el-table-column label="进站时间" align="center" prop="inboundTime" width="180"> |
| | | </el-table-column> |
| | | <el-table-column label="出站时间" align="center" prop="outboundTime" width="180"> |
| | | </el-table-column> |
| | | <el-table-column :show-overflow-tooltip="true" label="状态" align="center" prop="status" /> |
| | | <el-table-column :show-overflow-tooltip="true" label="站状态" align="center" prop="status" /> |
| | | <el-table-column label="采集时间" align="center" prop="collectTime" width="180"> |
| | | </el-table-column> |
| | | </el-table> |