wms-antdvue/.svn/pristine/ae/ae55962c828490a5f72ddf9640d9950519801d97.svn-base
2024-11-07 16:33:03 +08:00

16 lines
234 B
Plaintext

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