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" - >下发数据 + >下发数据 同步数据 + >同步数据