Newer
Older
smartwell_front / src / views / deviceManage / components / listDigData.vue
<template>
  <div>开挖监测仪</div>
</template>

<script>
export default {
  data() {
    return {

    }
  },
  methods: {
    initData: function(row = null) {
      console.log(row, '===')
    }
  }
}
</script>