语法检查格式修复

merge-requests/1/head
张鑫 5 years ago
parent 42db7e0a83
commit 99d456ac9d

@ -51,7 +51,7 @@
</template> </template>
<script> <script>
import Model from "./model.vue" import Model from "./model.vue"
export default { export default {
name: "historyMonitoring", name: "historyMonitoring",
components: { components: {

@ -63,7 +63,7 @@
} }
</style> </style>
<script> <script>
export default { export default {
props: ['visible', 'vid'], props: ['visible', 'vid'],
watch: { watch: {
//visibleisShowprops //visibleisShowprops
@ -97,6 +97,6 @@
}, },
}, },
}; };
</script> </script>

@ -19,7 +19,7 @@
<script> <script>
const columns = [ const columns = [
{ {
title: '序号', title: '序号',
// dataIndex: 'id', // dataIndex: 'id',
@ -47,8 +47,8 @@
dataIndex: 'action', dataIndex: 'action',
scopedSlots: {customRender: 'action'} scopedSlots: {customRender: 'action'}
}, },
]; ];
export default { export default {
data() { data() {
return { return {
pageNum: 1, pageNum: 1,
@ -121,7 +121,7 @@
} }
}, },
components: {} components: {}
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.button-box { .button-box {

Loading…
Cancel
Save