style: 移除ID列显示

This commit is contained in:
TsMask
2025-10-14 11:08:58 +08:00
parent 5ea56e779a
commit 26cf7fa560
17 changed files with 151 additions and 119 deletions

View File

@@ -49,15 +49,15 @@ function fnCacheKeyInfo(cacheKey: string) {
/**键名列表表格字段列 */
let cacheKeyTableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'num',
width: '50px',
align: 'center',
customRender(opt) {
return opt.index + 1;
},
},
// {
// title: t('common.rowId'),
// dataIndex: 'num',
// width: '50px',
// align: 'center',
// customRender(opt) {
// return opt.index + 1;
// },
// },
{
title: t('views.monitor.cache.cacheKey'),
dataIndex: 'cacheKey',
@@ -152,15 +152,15 @@ let cacheNameTable = reactive({
/**缓存列表表格字段列 */
let cacheNameTableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'num',
width: '50px',
align: 'center',
customRender(opt) {
return opt.index + 1;
},
},
// {
// title: t('common.rowId'),
// dataIndex: 'num',
// width: '50px',
// align: 'center',
// customRender(opt) {
// return opt.index + 1;
// },
// },
{
title: t('views.monitor.cache.cacheName'),
dataIndex: 'cacheName',