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

20 lines
292 B
Plaintext

import { h } from 'vue';
export const cacheNameColumns = [
{
title: '缓存名称',
dataIndex: 'cacheName',
},
{
title: '备注',
dataIndex: 'message',
},
{
title: '操作',
fixed:'right',
dataIndex: 'action',
key: 'action',
width: 100,
},
];