Lint: Linting...
This commit is contained in:
parent
967557f397
commit
95326b7619
@ -51,7 +51,7 @@ export default {
|
|||||||
},
|
},
|
||||||
count () {
|
count () {
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
@ -66,7 +66,7 @@ export default {
|
|||||||
state.csv_files = csvs
|
state.csv_files = csvs
|
||||||
},
|
},
|
||||||
SET_DATA: (state, { data }) => {
|
SET_DATA: (state, { data }) => {
|
||||||
data.data = data.data.filter(x => x.Libellé != undefined)
|
data.data = data.data.filter(x => x.Libellé !== undefined)
|
||||||
state.rows = data
|
state.rows = data
|
||||||
},
|
},
|
||||||
APPEND_DATA: (state, { content }) => {
|
APPEND_DATA: (state, { content }) => {
|
||||||
@ -117,6 +117,6 @@ export default {
|
|||||||
},
|
},
|
||||||
set_end (context, end) {
|
set_end (context, end) {
|
||||||
context.commit('SET_END', { end })
|
context.commit('SET_END', { end })
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@ export default {
|
|||||||
sortable: true
|
sortable: true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
poste: {},
|
poste: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
@ -65,7 +65,7 @@ export default {
|
|||||||
'start': 'datas/start',
|
'start': 'datas/start',
|
||||||
'end': 'datas/end',
|
'end': 'datas/end',
|
||||||
'postes': 'config/postes'
|
'postes': 'config/postes'
|
||||||
}),
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions('datas', [
|
...mapActions('datas', [
|
||||||
|
Loading…
Reference in New Issue
Block a user