| | |
| | | >件 |
| | | </p> |
| | | </div> |
| | | <div class="deviceevent-table ztzf-table"> |
| | | <div class="deviceevent-table ztzf-table" > |
| | | <el-table :data="list" :row-class-name="tableRowClassName" |
| | | style="width: 100%;" |
| | | :row-style="{ height: '38px', fontSize: '14px', 'text-align': 'center' }" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | <el-pagination |
| | | <!-- <el-pagination |
| | | class="ztzf-pagination" |
| | | background |
| | | :page-sizes="[10, 20, 30, 50]" |
| | |
| | | layout="prev, pager, next,sizes, jumper" |
| | | :total="total" |
| | | @change="pageChange" |
| | | /> |
| | | /> --> |
| | | </div> |
| | | </template> |
| | | <script setup> |
| | |
| | | }) |
| | | const sizeParams = ref({ |
| | | current: 1, |
| | | size: 5, |
| | | size: 99999, |
| | | }) |
| | | const store = useStore() |
| | | const device_sn = computed(() => store.state.home.singleUavHome.device_sn) |
| | |
| | | const resData = res?.data?.data || {} |
| | | list.value = resData.records |
| | | total.value = resData.total |
| | | |
| | | }) |
| | | |
| | | |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | |
| | | .deviceevent-container { |
| | | margin-top:10px; |
| | | } |
| | | // 标题 |
| | | .machineTableDetailsTitle { |
| | | margin: 0 24px; |
| | |
| | | // 表格 |
| | | .deviceevent-table { |
| | | padding: 0 17px; |
| | | height: 280px; |
| | | overflow: hidden; |
| | | overflow-y: scroll !important; |
| | | } |
| | | |
| | | // 分页 |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | <el-pagination |
| | | <!-- <el-pagination |
| | | class="ztzf-pagination" |
| | | background |
| | | :page-sizes="[10, 20, 30, 50]" |
| | |
| | | layout=" prev, pager, next,sizes, jumper" |
| | | :total="total" |
| | | @change="pageChange" |
| | | /> |
| | | /> --> |
| | | </div> |
| | | |
| | | <DeviceJobDetails v-model:show="deviceJobDetailsShow" /> |
| | |
| | | }) |
| | | const sizeParams = ref({ |
| | | current: 1, |
| | | size: 5, |
| | | size: 99999, |
| | | }) |
| | | const store = useStore() |
| | | const device_sn = computed(() => store.state.home.singleUavHome.device_sn) |
| | |
| | | // 表格 |
| | | .devicelob-table { |
| | | padding: 0 17px; |
| | | height: 280px; |
| | | overflow: hidden; |
| | | overflow-y: scroll !important; |
| | | } |
| | | |
| | | :deep(::-webkit-scrollbar ){ |
| | | width: 0; |
| | | display: none; |
| | | background: none !important; |
| | | } |
| | | |
| | | // 分页 |
| | | :deep(.el-pagination) { |