forked from drone/command-center-dashboard

张含笑
2025-04-21 132e112a7e9a81c80e2e1c1859bab7f0ae573233
feat: 调整参数
3 files modified
9 ■■■■■ changed files
src/components/DeviceJobDetails/JobRelatedEvents.vue 3 ●●●● patch | view | raw | blame | history
src/views/SignMachineNest/MachineLeft/MachineData.vue 2 ●●● patch | view | raw | blame | history
src/views/SignMachineNest/MachineRight/InspectionRaskList.vue 4 ●●●● patch | view | raw | blame | history
src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -71,8 +71,7 @@
    getDeviceEventList(params.value, sizeParams.value).then(res => {
        const resData = res?.data?.data || {}
        list.value = resData.records
        total.value = resData.total
        total.value = resData.total
    })
}
src/views/SignMachineNest/MachineLeft/MachineData.vue
@@ -33,7 +33,7 @@
  (newValue) => {
    if (!newValue) return;
    statisticsList.value = [
      { imgurl: rwcs, num: newValue.fly_count || 0, text: '任务次数(次)' },
      { imgurl: rwcs, num: newValue.task_num || 0, text: '任务次数(次)' },
      { imgurl: sjs, num: newValue.event_count || 0, text: '事件数(件)' },
      { imgurl: jscb, num: newValue.total_cost_saved || 0, text: '节省成本(万元)' },
      { imgurl: rwcg, num: newValue.achievement_count || 0, text: '任务成果(个)' },
src/views/SignMachineNest/MachineRight/InspectionRaskList.vue
@@ -9,7 +9,7 @@
                    <div :class="tabIndex === 2 ? 'active' : ''" @click="tabClick(2)">历史任务</div>
                </div>
                <div class="search-box">
                    <el-input v-model="searchText" placeholder="请输入搜索内容" class="input-with-select">
                    <el-input v-model="searchText" placeholder="请输入关键字" class="input-with-select">
                        <template #append>
                            <el-button :icon="Search" @click="searchNickName" />
                        </template>
@@ -25,7 +25,7 @@
                infinite-scroll-immediate="true"
            >
                >
                <div class="item" v-for="(item, index) in tableList">
                <div class="item" v-for="(item, index) in tableList" :key="index">
                    <div class="left" @click="taskClick(item)">
                        <div class="left-t">
                            <span>{{ index + 1 }}.</span>