remove the order conf field
This commit is contained in:
parent
013b12988f
commit
2f4f82ee11
|
@ -27,12 +27,6 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<el-table-column align="center" label="Phone" width="200">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.phone }}</span>
|
<span>{{ scope.row.phone }}</span>
|
||||||
|
|
Loading…
Reference in New Issue