|
|
|
@ -1245,15 +1245,14 @@
|
|
|
|
|
customCols = [
|
|
|
|
|
[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '互联网带宽(MB)', field: 'hlwdk', align: 'center', width: "150" },
|
|
|
|
|
{ title: '接入IP', field: 'jrip', align: 'center', width: "100" },
|
|
|
|
|
{ title: '服务商(联通,电信,移动等)', field: 'wfs', align: 'center', width: "180" },
|
|
|
|
|
{ title: '合同年均费用(万元)', field: 'htnjfy', align: 'center', width: "150" },
|
|
|
|
|
{ title: '合同服务期', field: 'htfwq', align: 'center', width: "100" },
|
|
|
|
|
{ title: '班级数', field: 'bjs', align: 'center', width: "100" },
|
|
|
|
|
{ title: '是否有防火墙', field: 'fhq', align: 'center', width: "125", },
|
|
|
|
|
{ title: '内部主干网络是否为光纤', field: 'zgwgx', align: 'center', width: "165" },
|
|
|
|
|
{ title: '带宽(MB)', field: 'dk', align: 'center', width: "100" }
|
|
|
|
|
{ title: '互联网带宽(MB)', field: 'hlwdk', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '接入IP', field: 'jrip', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '服务商(联通,电信,移动等)', field: 'wfs', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '合同年均费用(万元)', field: 'htnjfy', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '合同服务期', field: 'htfwq', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '班级数', field: 'bjs', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '是否有防火墙', field: 'fhq', align: 'center', width: "10%", },
|
|
|
|
|
{ title: '内部主干网络是否为光纤', field: 'zgwgx', align: 'center', width: "15%" }
|
|
|
|
|
]
|
|
|
|
|
];
|
|
|
|
|
break;
|
|
|
|
|