temporary disable cancel booking button due to untested feature

This commit is contained in:
Jack Goh
2018-09-03 14:19:36 +08:00
parent 7a2f55bca5
commit 25d1dd4e9f
+1 -1
View File
@@ -324,7 +324,7 @@
</el-table-column>
<el-table-column :filters="[{ text: 'Success', value: 'Success' }, { text: 'Pending', value: 'Pending' }]" :filter-method="filterTag"
label="" width="180" filter-placement="bottom-end">
<el-button slot-scope="scope" type="text" @click="(event) => { cancelBooking(scope.row.id) }"> Cancel Booking </el-button>
<!-- <el-button slot-scope="scope" type="text" @click="(event) => { cancelBooking(scope.row.id) }"> Cancel Booking </el-button> -->
</el-table-column>