无人机管理后台前端(已迁走)
罗广辉
2025-08-14 ece02de07ff272e954824e19d9269946899c17a6
style: 表格列宽度调整
2 files modified
8 ■■■■ changed files
src/views/tickets/orderLog.vue 4 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue 4 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -598,7 +598,7 @@
            showOverflowTooltip: true,
          },
          {
            label: '所属单位', prop: 'dept_name', width: 100, ellipsis: true,
            label: '所属单位', prop: 'dept_name', ellipsis: true,
            showOverflowTooltip: true,
          },
          {
@@ -614,7 +614,7 @@
            showOverflowTooltip: true,
          },
          {
            label: '关联航线', prop: 'wayline_name', width: 100, ellipsis: true, overHidden: true,
            label: '关联航线', prop: 'wayline_name', ellipsis: true, overHidden: true,
            showOverflowTooltip: true,
          },
          {
src/views/tickets/ticket.vue
@@ -989,9 +989,9 @@
          // { label: "序号", prop: "id", width: 70 },
          { label: '工单编号', prop: 'orderNumber', width: 170 },
          { label: '工单名称', prop: 'orderName', width: 150, overHidden: true, tooltip: true },
          { label: '所属单位', prop: 'department',width: 150, overHidden: true, tooltip: true },
          { label: '所属单位', prop: 'department', overHidden: true, tooltip: true },
          { label: '发起时间', prop: 'startTime', width: 160 },
          { label: '关联算法', prop: 'aiType', width: 150, overHidden: true, tooltip: true },
          { label: '关联算法', prop: 'aiType', overHidden: true, tooltip: true },
          {
            label: '工单类型',
            prop: 'type',