| | |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: '所属单位', prop: 'dept_name', width: 100, ellipsis: true, |
| | | label: '所属单位', prop: 'dept_name', ellipsis: true, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: '关联航线', prop: 'wayline_name', width: 100, ellipsis: true, overHidden: true, |
| | | label: '关联航线', prop: 'wayline_name', ellipsis: true, overHidden: true, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | |
| | | this.fetchTableData() |
| | | const id = this.$route.query.id |
| | | console.log('idddddd',id); |
| | | |
| | | |
| | | if (id) { |
| | | // 确保 id 存在 |
| | | this.handleViewDetail({ id }) |
| | |
| | | find && (find.query = {}) |
| | | } else { |
| | | console.error('工单ID不存在!') |
| | | |
| | | |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | |
| | | this.form.begin_time = this.formatDate(dateRange[0]) |
| | | this.form.end_time = this.formatDate(dateRange[1]) |
| | | |
| | | |
| | | // 如果选中日期包含当前天,那么选中的时间点不能小于当前时间 |
| | | if (this.form.deal_time) { |
| | | const selectedDate = dayjs(this.form.date_range[0]).format('YYYY-MM-DD') |