import { h } from 'vue'; export const cacheKeyColumns = [ { title: '缓存键名', dataIndex: 'cacheKey', }, { title: '操作', fixed: 'right', dataIndex: 'action', key: 'action', width: 100, }, ];