Compare commits

..

No commits in common. "36f2b13a8284143f33f48d9bde6c367291eb5a6b" and "4b3c0a8912dc5869d60d6305a6673bc58651a693" have entirely different histories.

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="规格" show-overflow-tooltip>
<el-table-column fixed label="规格" prop="producer" show-overflow-tooltip>
<template #default="scope">
{{ scope.row.minPackagingNumber }}*{{ scope.row.minPackagingUnit }}/{{ scope.row.packagingUnit }}
</template>