|
@@ -322,7 +322,6 @@
|
|
|
<span v-else>{{ row.price }}</span>
|
|
|
</template>
|
|
|
<template slot="amount" slot-scope="{ row }">
|
|
|
- <span>{{row.inputMold }}</span>
|
|
|
<span>{{ row.amount | decimalFormat }}</span>
|
|
|
</template>
|
|
|
<template slot="actualQuantity" slot-scope="{ row }">
|