export default {
name: 'operationRecord',
data() {
return {
loading: true,
min_height: document.body.clientHeight - 190,
}
},
mounted() {
this.loading = false;
},
methods: {
},
watch: {},
filters: {
},
components: {},
}
网友评论