Browse Source

显示设备总数

master
wanghongjun 3 years ago
parent
commit
a38645c35f
  1. 6
      application/index/view/product/index.html

6
application/index/view/product/index.html

@ -242,6 +242,12 @@
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',

Loading…
Cancel
Save