无人机管理后台前端(已迁走)
罗广辉
2025-08-16 b3d252f965f50e499441e48916a62fc6ca545b6e
Merge branch 'prod' into feature/v5.0/5.0.3
3 files modified
9 ■■■■ changed files
src/views/job/components/SearchBox.vue 4 ●●● patch | view | raw | blame | history
src/views/job/components/TaskTop/TaskTime.vue 2 ●●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue 3 ●●●● patch | view | raw | blame | history
src/views/job/components/SearchBox.vue
@@ -351,7 +351,9 @@
  searchForm.area_code = userAreaCode.value;
  checked.value = 'month';
  signDevice_sn.value = ''
    algorithmRef.value?.clear()
  // 清除算法
  dictKey.value = '';
    // algorithmRef.value?.clear()
  handleNodeClick({ id: userAreaCode.value });
  handleSearch();
};
src/views/job/components/TaskTop/TaskTime.vue
@@ -31,6 +31,8 @@
        formatter: '{b}: {c} 件',
    },
    legend: {
        itemWidth: 8,
        itemHeight: 12,
        top: '2%',
        textStyle: {
            color: '#6B90B5',
src/views/tickets/ticket.vue
@@ -2014,6 +2014,7 @@
    },
    handleReset() {
      this.dictKey = '';
      this.filters = {
        keyword: '',
        department: '',
@@ -3101,7 +3102,7 @@
  gap: 8px; // 使用 gap 统一设置间距
  .filter-item {
    width: 160px; // 减小宽度
    width: 280px; // 减小宽度
  }
  .date-picker {