feat:添加module,endpoint的labels列 以及asset搜索条件添加
This commit is contained in:
@@ -92,7 +92,7 @@ export const asset = {
|
||||
stateData: [
|
||||
{value: 1, label: i18n.t('asset.inStock')},
|
||||
{value: 2, label: i18n.t('asset.notInStock')},
|
||||
{value: 3, label: i18n.t('asset.offStreamUnit')},
|
||||
{value: 3, label: i18n.t('asset.Suspended')},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user