wms-antdvue/.svn/pristine/28/281cc7543076f798958a898849545c17043a7fc1.svn-base
2024-11-07 16:33:03 +08:00

20 lines
293 B
Plaintext

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