| | |
| | | <!-- 机巢详情列表 --> |
| | | <template> |
| | | <common-title text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title> |
| | | <common-title title="机巢概况" text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title> |
| | | <div class="machine-nest-list"> |
| | | <MachineNestTotal @searchNickName="handleSearch" /> |
| | | <div class="content-wrapper"> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="pagination-container"> |
| | | <div class="pagination-container"> |
| | | <el-pagination |
| | | v-model:current-page="pageParams.current" |
| | | v-model:page-size="pageParams.size" |
| | |
| | | @current-change="handleCurrentChange" |
| | | background |
| | | /> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | if (res.data.code !== 0) return |
| | | tableList.value = res.data.data.records |
| | | pageParams.value.total = res.data.data.total |
| | | console.log('标题', tableList.value) |
| | | }) |
| | | } |
| | | |
| | |
| | | margin-top: 10px; |
| | | |
| | | height: 120px; |
| | | |
| | | |
| | | } |
| | | img { |
| | | width: 45px; |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |