From 67a57ce5da9f6d6685f042cb092be3af2bdc1ecf Mon Sep 17 00:00:00 2001 From: yuzongping <835949940@qq.com> Date: Thu, 12 Jun 2025 08:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=BA=E5=8A=A1=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/comps/left/bottom/4/index.html | 2 +- src/views/property/comps/left/middle/4/index.html | 3 +-- src/views/property/comps/left/middle/4/index.js | 6 ------ src/views/property/comps/left/top/4/index.html | 3 +-- src/views/property/comps/left/top/4/index.js | 6 ------ src/views/property/comps/right/bottom/4/index.html | 2 +- src/views/property/comps/right/middle/4/index.html | 3 +-- src/views/property/comps/right/middle/4/index.js | 4 ---- src/views/property/comps/right/top/4/index.html | 3 +-- src/views/property/comps/right/top/4/index.js | 4 ---- 10 files changed, 6 insertions(+), 30 deletions(-) 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 () {