|
@@ -60,14 +60,16 @@ export default {
|
|
},
|
|
},
|
|
totalTime:'End Date',
|
|
totalTime:'End Date',
|
|
totalMessge:'Insufficient Remaining Saleable Membership Subscriptions',
|
|
totalMessge:'Insufficient Remaining Saleable Membership Subscriptions',
|
|
- operationType:'Type',
|
|
|
|
|
|
+ operationType:'Operation',
|
|
operationUserName:'User',
|
|
operationUserName:'User',
|
|
operationTime:'Operation Time',
|
|
operationTime:'Operation Time',
|
|
incrementId:'Membership Subscription ID',
|
|
incrementId:'Membership Subscription ID',
|
|
platform: 'Platform',
|
|
platform: 'Platform',
|
|
operation:{
|
|
operation:{
|
|
0:'Authorize',
|
|
0:'Authorize',
|
|
- 1:'Unbind',
|
|
|
|
|
|
+ 1:'Deauthorize',
|
|
|
|
+ 2:'Bind',
|
|
|
|
+ 3:'Unbind',
|
|
},
|
|
},
|
|
jjxs:'total',
|
|
jjxs:'total',
|
|
}
|
|
}
|