wms-antdvue/.svn/pristine/52/5259090d38f0d9cce62d5e357828cd363dc7c990.svn-base
2024-11-07 16:33:03 +08:00

13 lines
161 B
Plaintext

import { h } from 'vue';
export const cpuColumns = [
{
title: '属性',
dataIndex: 'name',
},
{
title: '值',
dataIndex: 'value',
},
];