🔨 更新 spring 配置描述文件.

This commit is contained in:
lijiahang
2024-06-25 10:16:15 +08:00
parent 02f5bef6b4
commit b08d75be62
29 changed files with 134 additions and 146 deletions

View File

@@ -3,6 +3,13 @@ import { dateFormat } from '@/utils';
const columns = [
{
title: 'id',
dataIndex: 'id',
slotName: 'id',
width: 100,
align: 'left',
fixed: 'left',
}, {
title: '连接用户',
dataIndex: 'username',
slotName: 'username',

View File

@@ -3,6 +3,13 @@ import { dateFormat } from '@/utils';
const columns = [
{
title: 'id',
dataIndex: 'id',
slotName: 'id',
width: 100,
align: 'left',
fixed: 'left',
}, {
title: '操作用户',
dataIndex: 'username',
slotName: 'username',