feat:设备管理
This commit is contained in:
@@ -4,7 +4,7 @@ export function getColumn(isFold) {
|
||||
{
|
||||
label: '设备名称',
|
||||
name: 'deviceName',
|
||||
width: isFold ? 200 : 130
|
||||
width: isFold ? 200 : 110
|
||||
},
|
||||
{
|
||||
label: '别名',
|
||||
@@ -14,13 +14,13 @@ export function getColumn(isFold) {
|
||||
{
|
||||
label: '设备状态',
|
||||
name: 'stateShow',
|
||||
width: isFold ? 120 : 90
|
||||
width: isFold ? 120 : 100
|
||||
},
|
||||
|
||||
{
|
||||
label: '使用状态',
|
||||
name: 'inUseFlag',
|
||||
width: isFold ? 120 : 90
|
||||
width: isFold ? 120 : 100
|
||||
},
|
||||
{
|
||||
label: '规格型号',
|
||||
|
||||
Reference in New Issue
Block a user