无人机管理后台前端(已迁走)
张含笑
2025-05-30 ca1cd2144670227da586ad9c8dff81d4ec0d1753
feat:待办事项调整
2 files modified
8 ■■■■ changed files
src/views/wel/components/calendarBox.vue 6 ●●●●● patch | view | raw | blame | history
src/views/wel/components/statistics.vue 2 ●●● patch | view | raw | blame | history
src/views/wel/components/calendarBox.vue
@@ -98,7 +98,13 @@
</script>
<style lang="scss">
.calenBox {
.el-calendar__title{
font-weight: bold;
font-size: 14px;
color: #363636;
}
  .el-calendar-table td.is-selected {
    background-color: #f0f7ff; 
    border: 2px solid #409eff;
src/views/wel/components/statistics.vue
@@ -253,7 +253,7 @@
const getStaticsList = () => {
  getStatics(userInfo.value.detail.areaCode).then(res => {
 console.log('permission.value', permission.value);
//  console.log('permission.value', permission.value);
    // console.log('设备', res.data.data);
    if (permission.value?.device_statistics_six) {
      const { move_list, monitor_list, ...filteredData } = res.data.data;