NEZ-1664 feat: asset model 新增补充

This commit is contained in:
@changcode
2022-03-11 18:16:07 +08:00
parent 878207d722
commit 8b0a334dde
4 changed files with 31 additions and 5 deletions

View File

@@ -42,7 +42,10 @@
</template>
</template>
<template v-else-if="item.prop === 'brand'">
{{scope.row.brand.name}}
{{scope.row.brand.name}}
</template>
<template v-else-if="item.prop === 'type'">
{{scope.row.type.name}}
</template>
<span v-else-if="item.prop === 'createTime'">{{utcTimeToTimezoneStr(scope.row[item.prop])}}</span>
<template v-else-if="item.prop === 'assetNum'">