| | |
| | | <el-table-column prop="width" :label="$t('hellow.width')" align="center"/> |
| | | <el-table-column prop="state" :label="$t('hellow.state')" align="center"/> |
| | | </el-table> |
| | | <div style="display: flex;margin-left: 500px;margin-top: 10px;"> |
| | | <div style="display: flex;margin-left: 40%;margin-top: 10px;"> |
| | | <!-- <div style="float: center;"> --> |
| | | <div style="margin-top: 5px;margin-right: 5px;">线路</div> |
| | | <el-pagination |
| | |
| | | </div> |
| | | </template> |
| | | </el-dialog> |
| | | <!-- 缺片详情 --> |
| | | <el-dialog v-model="dialogFormVisibleb" top="7vh" width="70%" height="500"> |
| | | <div style="margin-top: -20px;text-align: center;margin-left: 400px;"> |
| | | <el-form-item :label="$t('hellow.cardnumbera')" style="width: 14vw"> |
| | |
| | | dialogFormVisiblea.value = true; |
| | | fetchFlowCardId(); |
| | | }; |
| | | // 缺片详情 |
| | | const handleBindRack = (row) => { |
| | | const { projectNumber, layer } = row; |
| | | currentRow.projectNumber = row.projectNumber; |