diff --git a/src/views/property/comps/left/bottom/4/index.html b/src/views/property/comps/left/bottom/4/index.html index a8cb0e7..35cc40d 100644 --- a/src/views/property/comps/left/bottom/4/index.html +++ b/src/views/property/comps/left/bottom/4/index.html @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/src/views/property/comps/left/middle/4/index.html b/src/views/property/comps/left/middle/4/index.html index 59e3098..c934b41 100644 --- a/src/views/property/comps/left/middle/4/index.html +++ b/src/views/property/comps/left/middle/4/index.html @@ -1,4 +1,3 @@ - - + \ No newline at end of file diff --git a/src/views/property/comps/left/middle/4/index.js b/src/views/property/comps/left/middle/4/index.js index 3b95b31..7fdf46d 100644 --- a/src/views/property/comps/left/middle/4/index.js +++ b/src/views/property/comps/left/middle/4/index.js @@ -1,16 +1,10 @@ import Pannel from '@/components/pannel/index.vue'; -import ScrollTable from '@/components/scroll-table/index.vue'; export default { components: { - ScrollTable, Pannel }, data () { return { - headers: ['资源名称', '类别', '面积(亩)', '部门'], - data: [ - ['资源名称', '类别', '面积(亩)', '部门'] - ] }; } }; diff --git a/src/views/property/comps/left/top/4/index.html b/src/views/property/comps/left/top/4/index.html index 8df72b1..77f683c 100644 --- a/src/views/property/comps/left/top/4/index.html +++ b/src/views/property/comps/left/top/4/index.html @@ -1,4 +1,3 @@ - - + \ No newline at end of file diff --git a/src/views/property/comps/left/top/4/index.js b/src/views/property/comps/left/top/4/index.js index e2de6b0..7fdf46d 100644 --- a/src/views/property/comps/left/top/4/index.js +++ b/src/views/property/comps/left/top/4/index.js @@ -1,16 +1,10 @@ import Pannel from '@/components/pannel/index.vue'; -import ScrollTable from '@/components/scroll-table/index.vue'; export default { components: { - ScrollTable, Pannel }, data () { return { - headers: ['资源名称', '类别', '面积(亩)', '处置类型', '部门'], - data: [ - ['资源名称', '类别', '面积(亩)', '处置类型', '部门'] - ] }; } }; diff --git a/src/views/property/comps/right/bottom/4/index.html b/src/views/property/comps/right/bottom/4/index.html index 5c56209..b68998c 100644 --- a/src/views/property/comps/right/bottom/4/index.html +++ b/src/views/property/comps/right/bottom/4/index.html @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/src/views/property/comps/right/middle/4/index.html b/src/views/property/comps/right/middle/4/index.html index f1d0bae..9411ad1 100644 --- a/src/views/property/comps/right/middle/4/index.html +++ b/src/views/property/comps/right/middle/4/index.html @@ -1,4 +1,3 @@ - - + \ No newline at end of file diff --git a/src/views/property/comps/right/middle/4/index.js b/src/views/property/comps/right/middle/4/index.js index 1b2fd92..97a817b 100644 --- a/src/views/property/comps/right/middle/4/index.js +++ b/src/views/property/comps/right/middle/4/index.js @@ -1,14 +1,10 @@ import Pannel from '@/components/pannel/index.vue'; -import ScrollTable from '@/components/scroll-table/index.vue'; export default { components: { - ScrollTable, Pannel }, data () { return { - headers: ['合同编码', '合同名称', '合同截止日期', '部门'], - data: [['合同编码', '合同名称', '合同截止日期', '部门']] }; }, created () { diff --git a/src/views/property/comps/right/top/4/index.html b/src/views/property/comps/right/top/4/index.html index d47cd90..b0eddce 100644 --- a/src/views/property/comps/right/top/4/index.html +++ b/src/views/property/comps/right/top/4/index.html @@ -1,4 +1,3 @@ - - + \ No newline at end of file diff --git a/src/views/property/comps/right/top/4/index.js b/src/views/property/comps/right/top/4/index.js index 3166123..97a817b 100644 --- a/src/views/property/comps/right/top/4/index.js +++ b/src/views/property/comps/right/top/4/index.js @@ -1,14 +1,10 @@ import Pannel from '@/components/pannel/index.vue'; -import ScrollTable from '@/components/scroll-table/index.vue'; export default { components: { - ScrollTable, Pannel }, data () { return { - headers: ['合同编码', '合同名称', '预结款日期', '结款金额', '部门'], - data: [['合同编码', '合同名称', '预结款日期', '结款金额', '部门']] }; }, created () {