fix:表头文案

This commit is contained in:
shijing 2025-08-20 09:19:01 +08:00
parent 2ac8c477dd
commit d721d1a9d9
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="库存" class-name="colorheader6">
<el-table-column label="仓库库存" class-name="colorheader6">
<template #default="scope">
<span v-if="scope.row.data">{{ scope.row.data.库存_count }}</span>
</template>