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