PPPoE列表添加字段、多选下拉可增删改查、服务器管理列表列宽调整
This commit is contained in:
@@ -111,13 +111,17 @@
|
||||
this.columns = {
|
||||
id: { label: `ID`,width: '50'},
|
||||
serialNumber: { label: `序号`, minWidth: '50',visible: true, type: 'number', placeholder: '请输入', slotName: readonly ? null : 'tempEditModel'},
|
||||
vlanId: { label: `VLANID`, minWidth: '100',visible: true, type: 'number', placeholder: '请输入数字', slotName: readonly ? null : 'tempEditModel'},
|
||||
vlanId: { label: `VLANID`, minWidth: '80',visible: true, type: 'number', placeholder: '请输入数字', slotName: readonly ? null : 'tempEditModel'},
|
||||
ipv4Address: { label: `IPv4地址`, minWidth: '100',visible: true, placeholder: '如1.1.1.1', slotName: readonly ? null : 'tempEditModel'},
|
||||
ipv4MaskBits: { label: `IPv4掩码位数`, minWidth: '100',visible: true, type: 'number', min: 1, max: 32, placeholder: '请输入1-32', slotName: readonly ? null : 'tempEditModel'},
|
||||
ipv4Gateway:{ label: `IPv4网关`,minWidth: '100',visible: true, placeholder: '如1.1.1.1', slotName: readonly ? null : 'tempEditModel'},
|
||||
bandwidthResult: { label: `虚拟网卡上报带宽(Mbps)`, minWidth: '140', visible: true, editShow: '2', placeholder: '请输入', slotName: readonly ? null : 'tempEditModel'},
|
||||
bandwidthResult: { label: `虚拟网卡上报带宽(Mbps)`, minWidth: '170', visible: true, editShow: '2', placeholder: '请输入', slotName: readonly ? null : 'tempEditModel'},
|
||||
macAddress: { label: `MAC地址`, minWidth: '120', visible: readonly},
|
||||
status: { label: `连通状态`, minWidth: '100', slotName: 'tempStatus', visible: readonly},
|
||||
inSpeed: { label: `下载速度(Mbps)`, minWidth: '120', visible: readonly},
|
||||
outSpeed: { label: `上传速度(Mbps)`, minWidth: '120', visible: readonly},
|
||||
totalInSpeed: { label: `已接收流量(GB)`, minWidth: '120', visible: readonly},
|
||||
totalOutSpeed: { label: `已发送流量(GB)`, minWidth: '120', visible: readonly},
|
||||
status: { label: `连通状态`, minWidth: '80', slotName: 'tempStatus', visible: readonly},
|
||||
};
|
||||
if (!readonly && this.ruleForm.pppoeConfigMode === '1') {
|
||||
this.config = {
|
||||
|
||||
Reference in New Issue
Block a user