From fcb7b463dafad6aea56f6971434e889d8d98d929 Mon Sep 17 00:00:00 2001 From: njdaoyehu Date: Thu, 6 Mar 2025 18:10:05 +0800 Subject: [PATCH] fixed --- src/views/data/task/drawer.vue | 8 ++-- src/views/data/task/index.vue | 47 +++++++++++++------ src/views/data/task/result.vue | 84 ++++++++++++++++++++++------------ 3 files changed, 90 insertions(+), 49 deletions(-) diff --git a/src/views/data/task/drawer.vue b/src/views/data/task/drawer.vue index 790a16b..d82f94d 100644 --- a/src/views/data/task/drawer.vue +++ b/src/views/data/task/drawer.vue @@ -64,25 +64,25 @@ const columns = [ title: 'X(mm)', dataIndex: 'x', key: 'x', - width: '80px', + width: '75px', }, { title: 'Y(mm)', dataIndex: 'y', key: 'y', - width: '80px', + width: '75px', }, { title: 'w(mm)', dataIndex: 'w', key: 'w', - width: '80px', + width: '75px', }, { title: 'h(mm)', dataIndex: 'h', key: 'h', - width: '80px', + width: '75px', }, { title: '中心点(m)', diff --git a/src/views/data/task/index.vue b/src/views/data/task/index.vue index 703ee18..8a510bc 100644 --- a/src/views/data/task/index.vue +++ b/src/views/data/task/index.vue @@ -23,15 +23,13 @@ @click="handleDownload" :icon="h(DownloadOutlined)" :disabled="checkedKeys.length === 0" - >下发数据 + >下发数据 同步数据 + >同步数据