Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web
This commit is contained in:
commit
69f127aa25
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue