This commit is contained in:
LiJianZhao 2025-05-08 16:52:57 +08:00
parent 62b0a3e246
commit c92a7bba32
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
{{ getTypeName(scope.row.type) }}<span v-if="scope.row.cateName">/{{ scope.row.cateName }}</span>
</template>
</el-table-column>
<el-table-column fixed label="规格" prop="producer" show-overflow-tooltip>
<el-table-column fixed label="规格" show-overflow-tooltip>
<template #default="scope">
{{ scope.row.minPackagingNumber }}*{{ scope.row.minPackagingUnit }}/{{ scope.row.packagingUnit }}
</template>