更改模板

This commit is contained in:
wangchengming 2025-12-17 21:09:35 +08:00
parent 67cea49c44
commit 2cc2bc4c86
3 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@
</template>
<template #table-printPriceUnit="{ text, record, index, align }">
<div class="table-column-child">
<div v-for="item in record.purchaseMediaVoList" :key="index + item.id" :title="item.printPriceUnit"
<div v-for="item in record.conSaleMediaVoList" :key="index + item.id" :title="item.printPriceUnit"
:style="align == 'center' ? 'text-align: right;' : align == 'left' ? 'text-align: left;' : align == 'center' ? 'text-align: center;' : ''">
{{
item.printPriceUnit