moneygroup fixes.
This commit is contained in:
16
resources/assets/js/views/purchases/payments.js
vendored
16
resources/assets/js/views/purchases/payments.js
vendored
@ -15,18 +15,12 @@ import Global from './../../mixins/global';
|
||||
import Form from './../../plugins/form';
|
||||
import BulkAction from './../../plugins/bulk-action';
|
||||
|
||||
import {Tooltip} from 'element-ui';
|
||||
|
||||
// plugin setup
|
||||
Vue.use(DashboardPlugin, Tooltip);
|
||||
Vue.use(DashboardPlugin);
|
||||
|
||||
const app = new Vue({
|
||||
el: '#app',
|
||||
|
||||
components: {
|
||||
[Tooltip.name]: Tooltip,
|
||||
},
|
||||
|
||||
mixins: [
|
||||
Global
|
||||
],
|
||||
@ -34,7 +28,13 @@ const app = new Vue({
|
||||
data: function () {
|
||||
return {
|
||||
form: new Form('payment'),
|
||||
bulk_action: new BulkAction('payments')
|
||||
bulk_action: new BulkAction('payments'),
|
||||
currency: null,
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
onCalcualte() {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user