|
|
@@ -141,6 +141,7 @@ const state = reactive({
|
|
|
)
|
|
|
}
|
|
|
},
|
|
|
+ {label: '平台费率', prop: 'feeRateName', width: 120, query: true, type: 'text', resizable: true, fixed: 'left'},
|
|
|
// {label: '设备名称', prop: 'deviceName', width: 180, query: true, type: 'text', resizable: true, fixed: 'left'},
|
|
|
// {label: '产品key', prop: 'productKey', width: 180, query: true, type: 'text', resizable: true},
|
|
|
{label: '状态', prop: 'state', width: 90, query: true, type: 'dict', conf: {dict: 'WashDevice.status'}, resizable: true},
|
|
|
@@ -154,8 +155,8 @@ const state = reactive({
|
|
|
}
|
|
|
},
|
|
|
{label: '功能', prop: 'functions', width: 180, query: true, type: 'text', resizable: true},
|
|
|
- {label: '是否有泡沫', prop: 'hasFoam', width: 180, query: true, type: 'dict', conf: {dict: 'WashDevice.foam'}, resizable: true},
|
|
|
- {label: '是否有水', prop: 'hasWater', width: 180, query: true, type: 'dict', conf: {dict: 'WashDevice.water'}, resizable: true},
|
|
|
+ {label: '是否有泡沫', prop: 'hasFoam', width: 120, query: true, type: 'dict', conf: {dict: 'WashDevice.foam'}, resizable: true},
|
|
|
+ {label: '是否有水', prop: 'hasWater', width: 120, query: true, type: 'dict', conf: {dict: 'WashDevice.water'}, resizable: true},
|
|
|
// {label: '当前温度', prop: 'temperatureChip', width: 180, query: false, type: 'text', resizable: true},
|
|
|
{label: '创建时间', prop: 'createTime', query: false, sortable: 'custom', type: 'datetime', resizable: true, conf: {format: (val: any) => u.fmt.fmtDateTime(val)}},
|
|
|
{label: '更新时间', prop: 'updateTime', query: false, sortable: 'custom', type: 'datetime', resizable: true, conf: {format: (val: any) => u.fmt.fmtDateTime(val)}},
|