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