|
@@ -60,8 +60,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column sortable="custom" prop="price" :label="t('form.price')" min-width="150" align="center">
|
|
|
<template #default="scope">
|
|
|
+ <div class="mb-6px">{{ t('modules.goods.salePrice') }}: ৳{{ scope.row.price }}</div>
|
|
|
<div>{{ t('modules.goods.marketPrice') }}: ৳{{ scope.row.otPrice }}</div>
|
|
|
- <div>{{ t('modules.goods.salePrice') }}: ৳{{ scope.row.price }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column :label="t('form.status')" min-width="100" align="center">
|