艺术家
2025-06-11 e00d1817afd6f86154aaa4c870571c724ebfecfc
ÏîÄ¿´úÂë/¿ÉÊÓ»¯´óÆÁ/client/src/views/Index.vue
@@ -5,7 +5,7 @@
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 20rem;
        font-size: 23rem;
        letter-spacing: 5rem;
        font-weight: bold;
      "
@@ -120,8 +120,8 @@
          >
            <div
              style="
                width: 40%;
                font-size: 7rem;
                width: 45%;
                font-size: 8rem;
                color: #fff;
                background-color: #058f66;
                border-radius: 1.5rem;
@@ -133,8 +133,8 @@
            </div>
            <div
              style="
                width: 40%;
                font-size: 7rem;
                width: 45%;
                font-size: 8rem;
                color: #fff;
                background-color: #d9001b;
                border-radius: 1.5rem;
@@ -151,15 +151,25 @@
            color: #fff;
            font-size: 5rem;
            display: flex;
            width: 90%;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin-top: 5rem;
            margin-top: 12rem;
            padding: 0 1rem;
          "
        >
          <div style="color: #fff">检修人员列表</div>
          <div style="color: #fff">
            æ­£åœ¨æ£€ä¿®äººå‘˜æ•°é‡:
          <div>
            <img
              style="width: 6rem; height: 6rem"
              src="@/assets/imgs/工单管理.png"
              alt=""
            />
            <span style="color: #fff; font-size: 7rem; font-weight: bold"
              >作业人员列表</span
            >
          </div>
          <div style="color: #fff; font-size: 4rem">
            æ­£åœ¨ä½œä¸šäººå‘˜æ•°é‡:
            <span style="font-size: 4rem">{{ pageTotal }}</span
            >位
          </div>
@@ -212,12 +222,6 @@
              >
            </el-table-column>
            <el-table-column
              prop="createDate"
              label="日期"
              align="center"
              min-width="2%"
            />
            <el-table-column
              prop="maintenancStartTime"
              label="开始时间"
              align="center"
@@ -229,11 +233,10 @@
        <div
          style="
            position: absolute;
            bottom: 4%;
            bottom: 2%;
            color: #fff;
            font-weight: bold;
            font-size: 3rem;
            margin-top: 2rem;
            font-size: 5rem;
          "
        >
          {{ currentTime }}
@@ -256,7 +259,7 @@
//分页请求参数
const pageQuery = ref({
  page: 1, //当前页面
  rows: 20, //每页显示条数
  rows: 1000, //每页显示条数
  order: "desc", //排序方式
  sort: "", //排序字段
  wheres: "", //条件查询