无人机管理后台前端(已迁走)
shuishen
2025-05-07 95a85dc7eba40336f782e8154b74709f31388923
【需求变更】【智飞工单】列表增加“执行次数”,搜索时间调整
1 files modified
3 ■■■■ changed files
src/views/tickets/orderLog.vue 3 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -561,6 +561,7 @@
          { label: '工单状态', prop: 'status', width: 88 },
          { label: '所属单位', prop: 'dept_name', width: 100, ellipsis: true },
          { label: '发起时间', prop: 'create_time', width: 144, ellipsis: true },
          { label: '已执行次数', prop: 'job_num', width: 96, ellipsis: true },
          { label: '工单内容', prop: 'content', ellipsis: true, overHidden: true },
          { label: '关联航线', prop: 'wayline_name', width: 100, ellipsis: true, overHidden: true },
          { label: '关联算法', prop: 'ai_type_str', width: 100, ellipsis: true, overHidden: true },
@@ -736,7 +737,7 @@
        file_id: this.filters.file_id || undefined,
        status: this.filters.status !== '' ? Number(this.filters.status) : currentTab?.value,
        dept_id: this.filters.department || undefined,
        creat_start_date: this.filters.dateRange?.[0]
        create_start_date: this.filters.dateRange?.[0]
          ? this.formatDate(this.filters.dateRange[0])
          : undefined,
        create_end_date: this.filters.dateRange?.[1]