艺术家
2025-06-09 7c129cb1793c51db134afef96dc099b62144dca3
ÏîÄ¿´úÂë/¿ÉÊÓ»¯´óÆÁ/client/src/views/Index.vue
@@ -5,7 +5,7 @@
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 15rem;
        font-size: 20rem;
        letter-spacing: 5rem;
        font-weight: bold;
      "
@@ -20,7 +20,7 @@
        align-items: center;
        color: #fff;
        font-size: 3rem;
        margin-top: 3rem;
        margin-top: 1rem;
      "
    >
      <div
@@ -47,7 +47,7 @@
        color: #fff;
        font-weight: bold;
        margin-top: 5rem;
        font-size: 10rem;
        font-size: 12rem;
      "
    >
      <span> CR400AF</span>
@@ -83,7 +83,7 @@
          <div
            style="
              height: 5rem;
              font-size: 6rem;
              font-size: 7rem;
              font-weight: bold;
              display: flex;
              align-items: center;
@@ -121,7 +121,7 @@
            <div
              style="
                width: 40%;
                font-size: 6rem;
                font-size: 7rem;
                color: #fff;
                background-color: #058f66;
                border-radius: 1.5rem;
@@ -134,7 +134,7 @@
            <div
              style="
                width: 40%;
                font-size: 6rem;
                font-size: 7rem;
                color: #fff;
                background-color: #d9001b;
                border-radius: 1.5rem;
@@ -160,11 +160,11 @@
          <div style="color: #fff">检修人员列表</div>
          <div style="color: #fff">
            æ­£åœ¨æ£€ä¿®äººå‘˜æ•°é‡:
            <span style="font-size: 4rem">{{ totalCount }}</span
            <span style="font-size: 4rem">{{ pageTotal }}</span
            >位
          </div>
        </div>
        <div style="width: 90%; margin-top: 2rem">
        <div style="width: 98%; margin-top: 2rem">
          <el-table
            empty-text="暂无数据"
            :data="tableData"
@@ -179,14 +179,9 @@
            :cell-style="{
              color: '#fff',
              background: 'rgba(23, 87, 149, 0.9)',
              fontSize: '2.5rem',
            }"
          >
            <el-table-column
              prop="userTrueName"
              label="序号"
              align="center"
              min-width="1%"
            />
            <el-table-column
              prop="userTrueName"
              label="姓名"
@@ -194,7 +189,7 @@
              min-width="1%"
            />
            <el-table-column
              prop="userteam"
              prop="unit"
              label="单位"
              align="center"
              min-width="1%"
@@ -217,14 +212,14 @@
              >
            </el-table-column>
            <el-table-column
              prop="maintenanceDate"
              prop="createDate"
              label="日期"
              align="center"
              min-width="2%"
            />
            <el-table-column
              prop="maintenanceDate"
              label="上线时间"
              prop="maintenancStartTime"
              label="开始时间"
              align="center"
              min-width="2%"
            />
@@ -276,8 +271,6 @@
    pageIndex: pageQuery.value.page,
    pageSize: pageQuery.value.rows,
    searchKeyword: queryForm.value.inputcontent,
    status: queryForm.value.selectType,
    account: "admin",
  }).then((res) => {
    tableData.value = res.data.items;
    pageTotal.value = res.data.totalCount;