remove the order conf field

This commit is contained in:
Dean Bartok-Thomas
2019-09-10 22:00:16 +01:00
parent 013b12988f
commit 2f4f82ee11

View File

@@ -27,12 +27,6 @@
</template>
</el-table-column>
<el-table-column align="center" label="Order Confirmation Email" width="200">
<template slot-scope="scope">
<span>{{ scope.row.orderConfirmationEmail }}</span>
</template>
</el-table-column>
<el-table-column align="center" label="Phone" width="200">
<template slot-scope="scope">
<span>{{ scope.row.phone }}</span>