perf: 增强列表提醒、增加asset列表中dc弹框
1.所有列表中可操作的列文字颜色都调整为蓝色 2.增加asset搜索项:state 3.asset列表中的dc项可以点开编辑了
This commit is contained in:
@@ -38,6 +38,15 @@
|
||||
value: 3,
|
||||
label: i18n.t('alert.config.typeOption.asset')
|
||||
}
|
||||
],
|
||||
assetState: [ //资产入库/出库状态
|
||||
{
|
||||
value: 1,
|
||||
label: i18n.t('asset.createAssetTab.inStock')
|
||||
}, {
|
||||
value: 2,
|
||||
label: i18n.t('asset.createAssetTab.notInStock')
|
||||
}
|
||||
]
|
||||
};
|
||||
export default searchSelectInfo;
|
||||
|
||||
Reference in New Issue
Block a user