|
|
@@ -23,9 +23,9 @@
|
|
|
<td>@{{ item.using_type }}</td>
|
|
|
<td>@{{ item.minimum_area }}</td>
|
|
|
<td>@{{ item.price }}</td>
|
|
|
+ <td>@{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }}</td>
|
|
|
<td>@{{ item.discount_type }}</td>
|
|
|
<td>@{{ item.discount_value }}</td>
|
|
|
- <td>@{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }}</td>
|
|
|
<td class="cursor-pointer" @click.stop="delStorage(item,i)"><span class="font-weight-bold text-danger">×</span></td>
|
|
|
</tr>
|
|
|
</table>
|