NEZ-351 perf: 底部滑框、侧滑框重构、动画优化

This commit is contained in:
chenjinsong
2020-07-24 19:22:52 +08:00
parent f42698fff1
commit c9be557490
37 changed files with 1885 additions and 5461 deletions

View File

@@ -42,10 +42,10 @@
assetState: [ //资产入库/出库状态
{
value: 1,
label: i18n.t('asset.createAssetTab.inStock')
label: i18n.t('asset.inStock')
}, {
value: 2,
label: i18n.t('asset.createAssetTab.notInStock')
label: i18n.t('asset.notInStock')
}
],
pingStatus:[