| | |
| | | <el-icon> |
| | | <ele-FolderAdd /> |
| | | </el-icon> |
| | | 新增巡检指标 |
| | | 新增巡检点 |
| | | </el-button> |
| | | </div> |
| | | <el-table :data="inspectPointData.data" style="width: 100%"> |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <br /> |
| | | <el-pagination |
| | | @size-change="onHandleSizeChange" |
| | | @current-change="onHandleCurrentChange" |
| | | :pager-count="5" |
| | | :page-sizes="[10, 20, 30]" |
| | | v-model:current-page="inspectPointData.params.pageIndex" |
| | | background |
| | | v-model:page-size="inspectPointData.params.pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="inspectPointData.total" |
| | | class="page-position" |
| | | > |
| | | </el-pagination> |
| | | <el-pagination @size-change="onHandleSizeChange" @current-change="onHandleCurrentChange" :pager-count="5" :page-sizes="[10, 20, 30]" v-model:current-page="inspectPointData.params.pageIndex" background v-model:page-size="inspectPointData.params.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="inspectPointData.total" class="page-position"> </el-pagination> |
| | | <br /> |
| | | <br /> |
| | | </el-card> |
| | |
| | | } |
| | | }; |
| | | |
| | | // 打开生产装置弹窗 |
| | | // 打开弹窗 |
| | | const onOpenDialogRef = (type: string, value: any) => { |
| | | inspectPointDialogRef.value.openInspectPointDialog(type, value, state.regionNameList, state.RFIDList); |
| | | }; |
| | | // 删除角色 |
| | | // 删除 |
| | | const onDelProductionDevice = (row: any) => { |
| | | ElMessageBox.confirm(`此操作将永久删除该巡检点:“${row.code}”,是否继续?`, '提示', { |
| | | confirmButtonText: '确认', |