|
@@ -32,44 +32,15 @@
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
+ props: ["data"],
|
|
|
name: "dezhizhaihaiPage",
|
|
|
components: {},
|
|
|
data() {
|
|
|
return {
|
|
|
- data: [
|
|
|
- {
|
|
|
- id: 1,
|
|
|
- name: "月亮山东路水务局宿舍等13户屋后滑坡",
|
|
|
- type: "滑坡",
|
|
|
- num: 48.0,
|
|
|
- },
|
|
|
- { id: 2, name: "金湾666666666", type: "滑坡隐患点", num: 32.0 },
|
|
|
- {
|
|
|
- id: 3,
|
|
|
- name: "月亮山东路水务局宿舍等13户屋后滑坡",
|
|
|
- type: "滑坡",
|
|
|
- num: 48.0,
|
|
|
- },
|
|
|
- { id: 4, name: "金湾666666666", type: "滑坡隐患点", num: 32.0 },
|
|
|
- {
|
|
|
- id: 5,
|
|
|
- name: "月亮山东路水务局宿舍等13户屋后滑坡",
|
|
|
- type: "滑坡",
|
|
|
- num: 48.0,
|
|
|
- },
|
|
|
- { id: 6, name: "金湾666666666", type: "滑坡隐患点", num: 32.0 },
|
|
|
- {
|
|
|
- id: 7,
|
|
|
- name: "月亮山东路水务局宿舍等13户屋后滑坡",
|
|
|
- type: "滑坡",
|
|
|
- num: 48.0,
|
|
|
- },
|
|
|
- { id: 8, name: "金湾666666666", type: "滑坡隐患点", num: 32.0 },
|
|
|
- ],
|
|
|
+
|
|
|
};
|
|
|
},
|
|
|
- mounted() {
|
|
|
- },
|
|
|
+ mounted() {},
|
|
|
methods: {},
|
|
|
};
|
|
|
</script>
|