|
|
@ -206,43 +206,49 @@ |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
field: 'productName', |
|
|
field: 'productName', |
|
|
title: '产品名称', |
|
|
title: '产品名称', |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
field: 'productDesc', |
|
|
field: 'productDesc', |
|
|
title: '产品描述', |
|
|
title: '产品描述', |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
field: 'productTypeValue', |
|
|
field: 'productTypeValue', |
|
|
title: '产品分类名称', |
|
|
title: '产品分类名称', |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
field: 'secondaryTypeValue', |
|
|
field: 'secondaryTypeValue', |
|
|
title: '二级分类名称', |
|
|
title: '二级分类名称', |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
field: 'thirdTypeValue', |
|
|
field: 'thirdTypeValue', |
|
|
title: '三级分类名称', |
|
|
title: '三级分类名称', |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
field: 'encryptionType', |
|
|
field: 'encryptionType', |
|
|
title: '加密认证方式', |
|
|
title: '加密认证方式', |
|
|
minWidth: 100, |
|
|
minWidth: 100, |
|
|
align: 'center' |
|
|
align: 'center' |
|
|
} |
|
|
} |
|
|
, { |
|
|
, { |
|
|
|
|
|
field: 'deviceCount', |
|
|
|
|
|
title: '设备总数', |
|
|
|
|
|
minWidth: 100, |
|
|
|
|
|
align: 'center' |
|
|
|
|
|
} |
|
|
|
|
|
, { |
|
|
field: 'status', title: '状态', |
|
|
field: 'status', title: '状态', |
|
|
width: 90, align: 'center', |
|
|
width: 90, align: 'center', |
|
|
templet: function (d) { |
|
|
templet: function (d) { |
|
|
|