feat:endpoint 新增根据state查询

This commit is contained in:
zhangyu
2020-11-17 16:41:52 +08:00
parent f8f0e7bc8e
commit c4833e10a6
4 changed files with 44 additions and 8 deletions

View File

@@ -51,6 +51,15 @@
label: i18n.t('asset.suspended')
}
],
endpointState: [ //资产入库/出库状态
{
value: 'UP',
label: 'UP'
}, {
value: 'DOWN',
label: 'DOWN'
}
],
pingStatus:[
{
value: '0',