|
@@ -252,6 +252,7 @@ export default {
|
|
|
menu: false,
|
|
|
header: false,
|
|
|
stripe: true,
|
|
|
+ highlightCurrentRow: true,
|
|
|
column: [
|
|
|
{
|
|
|
label: 'Booking No',
|
|
@@ -267,6 +268,7 @@ export default {
|
|
|
menu: false,
|
|
|
header: false,
|
|
|
stripe: true,
|
|
|
+ highlightCurrentRow: true,
|
|
|
column: [
|
|
|
{
|
|
|
label: 'ContainerNumber',
|
|
@@ -403,9 +405,7 @@ export default {
|
|
|
|
|
|
// },
|
|
|
openDialog(type) {
|
|
|
- this.data = [{
|
|
|
- bookingNo:'1111'
|
|
|
- }]
|
|
|
+ this.data = []
|
|
|
this.excelBox = true
|
|
|
},
|
|
|
importData() {
|