forked from drone/command-center-dashboard

shuishen
2025-04-15 01b792fb98a3f7f468018fffa64f2c48cda3f91f
src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceJob/DeviceJob.vue
@@ -2,8 +2,9 @@
   <div class="devicejob-container">
      <div class="machineTableDetailsTitle">
         <p>
            相关任务<span>{{ total }}</span
            >次
            相关任务
            <span>{{ total }}</span>
            次
         </p>
      </div>
      <div class="devicelob-table ztzf-table">
@@ -28,7 +29,6 @@
            <el-table-column label="操作" width="80">
               <template #default="scope">
                  <div class="ztzf-view" @click="viewJob(scope.row)">查看</div>
                  <!-- <el-button type="warning" link @click="viewJob(scope.row)">查看</el-button> -->
               </template>
            </el-table-column>
         </el-table>
@@ -36,7 +36,7 @@
      <el-pagination
      class="ztzf-pagination"
         background
         :page-sizes="[10, 20, 30, 50]"
         v-model:current-page="sizeParams.current"
         v-model:page-size="sizeParams.size"
         layout=" prev, pager, next, jumper"
@@ -96,12 +96,6 @@
   getList()
})
</script>
<style lang="scss">
.devicejob-container {
   // 表格
}
</style>
<style scoped lang="scss">
// 标题
.machineTableDetailsTitle {
@@ -127,8 +121,15 @@
// 表格
.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) {