From 3f41712cfc8264ed2da1720ae187657f0ff86e89 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Sat, 14 Oct 2023 15:28:09 +0800
Subject: [PATCH] 显示无人机操作栏、动态加载无人机型号

---
 src/components/task/TaskPanel.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/task/TaskPanel.vue b/src/components/task/TaskPanel.vue
index d842268..d3e4bc6 100644
--- a/src/components/task/TaskPanel.vue
+++ b/src/components/task/TaskPanel.vue
@@ -231,13 +231,14 @@
   {
     title: '执行状态',
     key: 'status',
-    width: 150,
+    width: 80,
     slots: { customRender: 'status' }
   },
   {
     title: '计划名称',
     dataIndex: 'job_name',
-    width: 100,
+    ellipsis: true,
+    width: 170,
   },
   {
     title: '设备名称',

--
Gitblit v1.9.3