Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web

This commit is contained in:
ChenQiuYu 2025-05-08 16:57:17 +08:00
commit 69f127aa25
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> {{ getTypeName(scope.row.type) }}<span v-if="scope.row.cateName">/{{ scope.row.cateName }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed label="规格" prop="producer" show-overflow-tooltip> <el-table-column fixed label="规格" show-overflow-tooltip>
<template #default="scope"> <template #default="scope">
{{ scope.row.minPackagingNumber }}*{{ scope.row.minPackagingUnit }}/{{ scope.row.packagingUnit }} {{ scope.row.minPackagingNumber }}*{{ scope.row.minPackagingUnit }}/{{ scope.row.packagingUnit }}
</template> </template>