wms-antdvue/.svn/pristine/5f/5f3516bcfcc7fb8a6ee2bf8b992d85d223102a35.svn-base
2024-11-07 16:33:03 +08:00

16 lines
235 B
Plaintext

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