🔨 上传任务使用用户连接配置.

This commit is contained in:
lijiahangmax
2024-12-14 12:41:06 +08:00
parent 885446dc58
commit 985091f42b
23 changed files with 266 additions and 147 deletions

View File

@@ -10,15 +10,15 @@ const fieldConfig = {
label: 'id',
dataIndex: 'id',
slotName: 'id',
}, {
label: '类型',
dataIndex: 'type',
slotName: 'type',
}, {
label: '用户名',
dataIndex: 'username',
slotName: 'username',
ellipsis: true,
}, {
label: '类型',
dataIndex: 'type',
slotName: 'type',
}, {
label: '主机密钥',
dataIndex: 'keyId',

View File

@@ -15,15 +15,15 @@ const columns = [
slotName: 'name',
ellipsis: true,
tooltip: true
}, {
title: '用户名',
dataIndex: 'username',
slotName: 'username',
}, {
title: '类型',
dataIndex: 'type',
slotName: 'type',
width: 138,
}, {
title: '用户名',
dataIndex: 'username',
slotName: 'username',
}, {
title: '主机密钥',
dataIndex: 'keyId',