|
@@ -70,18 +70,18 @@ const options = [
|
|
|
const columns = [
|
|
const columns = [
|
|
|
{ type: 'selection' as const, width: 55 },
|
|
{ type: 'selection' as const, width: 55 },
|
|
|
{ prop: 'name', label: '实例唯一标识', minWidth: 120 },
|
|
{ prop: 'name', label: '实例唯一标识', minWidth: 120 },
|
|
|
- { prop: 'userId', label: '所属用户', minWidth: 100 },
|
|
|
|
|
- { prop: 'address', label: '实例名称', minWidth: 100 },
|
|
|
|
|
- { prop: 'expireTime', label: '到期时间', minWidth: 120 },
|
|
|
|
|
- { prop: 'instanceType', label: '实例类型', minWidth: 100 },
|
|
|
|
|
- { prop: 'status', label: '状态', minWidth: 80 },
|
|
|
|
|
- { prop: 'noHeartbeat', label: '无心跳通讯', minWidth: 100 },
|
|
|
|
|
- { prop: 'noDataTimeout', label: '无数据超时时间', minWidth: 120 },
|
|
|
|
|
- { prop: 'enableLTS', label: '是否启用LTS', minWidth: 110 },
|
|
|
|
|
- { prop: 'autoReconnect', label: '断线自动重连', minWidth: 110 },
|
|
|
|
|
- { prop: 'maxConcurrent', label: '客户端最大并发数', minWidth: 130 },
|
|
|
|
|
|
|
+ { prop: 'userId', label: '所属用户', },
|
|
|
|
|
+ { prop: 'address', label: '实例名称', },
|
|
|
|
|
+ { prop: 'expireTime', label: '到期时间', },
|
|
|
|
|
+ { prop: 'instanceType', label: '实例类型', },
|
|
|
|
|
+ { prop: 'status', label: '状态', },
|
|
|
|
|
+ { prop: 'noHeartbeat', label: '无心跳通讯', minWidth: 120 },
|
|
|
|
|
+ { prop: 'noDataTimeout', label: '无数据超时时间', minWidth: 130 },
|
|
|
|
|
+ { prop: 'enableLTS', label: '是否启用LTS', minWidth: 120 },
|
|
|
|
|
+ { prop: 'autoReconnect', label: '断线自动重连', minWidth: 120 },
|
|
|
|
|
+ { prop: 'maxConcurrent', label: '客户端最大并发数', minWidth: 150 },
|
|
|
{ prop: 'createTime', label: '创建时间', minWidth: 150 },
|
|
{ prop: 'createTime', label: '创建时间', minWidth: 150 },
|
|
|
- { prop: 'operation', label: '操作', minWidth: 240, isAction: true }
|
|
|
|
|
|
|
+ { prop: 'operation', label: '操作', minWidth: 280, isAction: true }
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
const tableData = ref([
|
|
const tableData = ref([
|