Compare commits

..

2 Commits

Author SHA1 Message Date
LiJianZhao 36f2b13a82 Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web 2025-05-08 16:53:05 +08:00
LiJianZhao c92a7bba32 dev 2025-05-08 16:52:57 +08:00
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>