feat(wms):优化代码的排版

pull/878/head
YunaiV 2026-05-14 23:04:50 +08:00
parent e0352af8b0
commit 19db64c08a
1 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@
<el-table-column label="规格信息" min-width="180">
<template #default="scope">
<div class="text-14px">{{ scope.row.name }}</div>
<div v-if="scope.row.code" class="text-12px text-gray-500"
>编号{{ scope.row.code }}</div
>
<div v-if="scope.row.code" class="text-12px text-gray-500">
编号{{ scope.row.code }}
</div>
<div v-if="scope.row.barCode" class="text-12px text-gray-500">
条码{{ scope.row.barCode }}
</div>