更改模板
This commit is contained in:
parent
67cea49c44
commit
2cc2bc4c86
Binary file not shown.
Binary file not shown.
|
|
@ -397,7 +397,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template #table-printPriceUnit="{ text, record, index, align }">
|
<template #table-printPriceUnit="{ text, record, index, align }">
|
||||||
<div class="table-column-child">
|
<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;' : ''">
|
:style="align == 'center' ? 'text-align: right;' : align == 'left' ? 'text-align: left;' : align == 'center' ? 'text-align: center;' : ''">
|
||||||
{{
|
{{
|
||||||
item.printPriceUnit
|
item.printPriceUnit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user