forked from drone/command-center-dashboard

罗广辉
2025-04-02 bb1a2a686cce84a9784fcd1e0076e41c41594116
src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -94,12 +94,12 @@
const tableList = ref([]);
// 机巢列表数据
const getTableList = () => {
  const params = {
    nickname: searchText.value,
    is_execute: false,
    type: 1,
    current: pageParams.value.current,
    size: pageParams.value.size
  const params = {
    nickname: searchText.value,
    is_execute: false,
    type: 1,
    current: pageParams.value.current,
    size: pageParams.value.size
  };
  selectDevicePage(params).then((res) => {
    // if (res.data.code !== 0) return;
@@ -173,8 +173,8 @@
      line-height: 19px;
      .value {
        font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
        margin-left: 8px;
        font-size: 26px;
        text-align: center;
      }
    }
    .status {