able列表优化列间距、服务器管理详情添加出省流量统计标签页
This commit is contained in:
@@ -171,18 +171,18 @@
|
||||
this.columns = {
|
||||
id: {label: `ID`, width: '50'},
|
||||
clientId: {label: `clientID`, minWidth: '280'},
|
||||
name: {label: `磁盘名称`, minWidth: '60', visible: true},
|
||||
name: {label: `磁盘名称`, minWidth: '80', visible: true},
|
||||
serial: {label: `序列号`, minWidth: '120', visible: true},
|
||||
total: {label: `总大小(GB)`, minWidth: '100',visible: true},
|
||||
type: {label: `类型`, minWidth: '60',visible: true},
|
||||
usedSpace: {label: `已用空间(GB)`, minWidth: '100',visible: true},
|
||||
readSpeed: {label: `读速率(MB/s)`, minWidth: '90',visible: true},
|
||||
writeSpeed: {label: `写速率(MB/s)`, minWidth: '90',visible: true},
|
||||
readSpeed: {label: `读速率(MB/s)`, minWidth: '100',visible: true},
|
||||
writeSpeed: {label: `写速率(MB/s)`, minWidth: '100',visible: true},
|
||||
healthInfo: {label: `硬盘健康度`, minWidth: '90',visible: true},
|
||||
readIops: {label: `读IOPS`, minWidth: '60',visible: true},
|
||||
writeIops: {label: `写IOPS`, minWidth: '60',visible: true},
|
||||
readIops: {label: `读IOPS`, minWidth: '70',visible: true},
|
||||
writeIops: {label: `写IOPS`, minWidth: '70',visible: true},
|
||||
status: {label: `状态`, minWidth: '50', slotName: 'tempDiskStatus', visible: true},
|
||||
omountFlag: {label: `执行卸载`, minWidth: '60', slotName: 'tempOmountFlag', visible: true},
|
||||
omountFlag: {label: `执行卸载`, minWidth: '80', slotName: 'tempOmountFlag', visible: true},
|
||||
};
|
||||
this.config = {
|
||||
colHiddenCheck: true, colTopHiddenIcon: true,
|
||||
|
||||
Reference in New Issue
Block a user