This commit is contained in:
njdaoyehu 2025-02-14 11:08:21 +08:00
parent 9c97352246
commit 231b124831

View File

@ -84,6 +84,12 @@ const columns = [
key: 'h',
width: '80px',
},
{
title: '中心点(m)',
dataIndex: 'center',
key: 'center',
width: '80px',
},
];
const paramData = ref<any>([]);