|
@@ -164,7 +164,7 @@
|
|
<template #unitPrice="{ handleChange, value, index,allValues }">
|
|
<template #unitPrice="{ handleChange, value, index,allValues }">
|
|
<a-input :value="value" @change="($event) => onChangePrice($event,handleChange)">
|
|
<a-input :value="value" @change="($event) => onChangePrice($event,handleChange)">
|
|
<a-tooltip slot="suffix" title="修改后和默认价格不一致">
|
|
<a-tooltip slot="suffix" title="修改后和默认价格不一致">
|
|
- <a-icon type="info-circle" style="color: #f5222d" v-show="getDefaultWholesaleDecimal(index,'defaultPurchaseDecimal',value,allValues)" />
|
|
|
|
|
|
+ <a-icon type="info-circle" style="color: #f5222d" v-show="getDefaultWholesaleDecimal(index,'defaultWholesaleDecimal',value,allValues)" />
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
</a-input>
|
|
</a-input>
|
|
</template>
|
|
</template>
|