mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 13:34:13 +08:00
fixed
This commit is contained in:
parent
9c97352246
commit
231b124831
@ -84,6 +84,12 @@ const columns = [
|
|||||||
key: 'h',
|
key: 'h',
|
||||||
width: '80px',
|
width: '80px',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '中心点(m)',
|
||||||
|
dataIndex: 'center',
|
||||||
|
key: 'center',
|
||||||
|
width: '80px',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const paramData = ref<any>([]);
|
const paramData = ref<any>([]);
|
||||||
|
Loading…
Reference in New Issue
Block a user