diff --git a/src/router/index.js b/src/router/index.js
index cc39b34..3d07fd7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -6,7 +6,7 @@ const routes = [
{
path: '/',
name: 'root',
- redirect: '/capital'
+ redirect: '/resources'
},
// 资金
{
diff --git a/src/views/resources/comps/buttom/2/index.html b/src/views/resources/comps/buttom/2/index.html
deleted file mode 100644
index 8a0c469..0000000
--- a/src/views/resources/comps/buttom/2/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/src/views/resources/comps/buttom/2/index.js b/src/views/resources/comps/buttom/2/index.js
deleted file mode 100644
index 795b1b9..0000000
--- a/src/views/resources/comps/buttom/2/index.js
+++ /dev/null
@@ -1,25 +0,0 @@
-import Pannel from '@/components/pannel/index.vue';
-import ScrollTable from '@/components/scroll-table/index.vue';
-export default {
- components: {
- ScrollTable,
- Pannel
- },
- data () {
- return {
- headers: ['摘要', '日期', '借方金额', '贷方金额'],
- data: [
- ['摘要内容摘要内容摘要内容摘要内容摘要内容摘', '2025-12', '234', '3434']
- ]
- };
- },
- created () {
- },
- mounted () {
- },
- methods: {
- tabChange () {
-
- }
- }
-};
diff --git a/src/views/resources/comps/buttom/2/index.scss b/src/views/resources/comps/buttom/2/index.scss
deleted file mode 100644
index 938adcd..0000000
--- a/src/views/resources/comps/buttom/2/index.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.full {
- display: flex;
- flex-direction: column;
-
- .top {
- height: 50px !important;
- width: 100%;
- display: flex !important;
- align-items: center !important;
- justify-content: flex-end;
- }
-
- .buttom {
- flex: 1;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/src/views/resources/comps/buttom/2/index.vue b/src/views/resources/comps/buttom/2/index.vue
deleted file mode 100644
index 5ac9224..0000000
--- a/src/views/resources/comps/buttom/2/index.vue
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
diff --git a/src/views/resources/comps/left/bottom/2/index.html b/src/views/resources/comps/left/bottom/2/index.html
index c257077..a8cb0e7 100644
--- a/src/views/resources/comps/left/bottom/2/index.html
+++ b/src/views/resources/comps/left/bottom/2/index.html
@@ -1,11 +1,4 @@
-
+
\ No newline at end of file
diff --git a/src/views/resources/comps/left/bottom/2/index.js b/src/views/resources/comps/left/bottom/2/index.js
index e3836ec..3b95b31 100644
--- a/src/views/resources/comps/left/bottom/2/index.js
+++ b/src/views/resources/comps/left/bottom/2/index.js
@@ -1,33 +1,16 @@
import Pannel from '@/components/pannel/index.vue';
-import BarSign from '@/components/charts/bar-sign/index.vue';
-import PannelTabs from '@/components/pannel-tabs/index.vue';
+import ScrollTable from '@/components/scroll-table/index.vue';
export default {
components: {
- BarSign,
- PannelTabs,
+ ScrollTable,
Pannel
},
data () {
return {
- pannelTabsData: [
- {
- id: '1',
- name: '支出'
- },
- {
- id: '2',
- name: '收入'
- }
+ headers: ['资源名称', '类别', '面积(亩)', '部门'],
+ data: [
+ ['资源名称', '类别', '面积(亩)', '部门']
]
};
- },
- created () {
- },
- mounted () {
- },
- methods: {
- tabChange () {
-
- }
}
};
diff --git a/src/views/resources/comps/left/middle/2/index.html b/src/views/resources/comps/left/middle/2/index.html
index cf3cd25..59e3098 100644
--- a/src/views/resources/comps/left/middle/2/index.html
+++ b/src/views/resources/comps/left/middle/2/index.html
@@ -1,11 +1,4 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/views/resources/comps/left/middle/2/index.js b/src/views/resources/comps/left/middle/2/index.js
index 7f2b884..3b95b31 100644
--- a/src/views/resources/comps/left/middle/2/index.js
+++ b/src/views/resources/comps/left/middle/2/index.js
@@ -1,33 +1,16 @@
import Pannel from '@/components/pannel/index.vue';
-import Bar from '@/components/charts/bar/index.vue';
-import PannelTabs from '@/components/pannel-tabs/index.vue';
+import ScrollTable from '@/components/scroll-table/index.vue';
export default {
components: {
- PannelTabs,
- Bar,
+ ScrollTable,
Pannel
},
data () {
return {
- pannelTabsData: [
- {
- id: '1',
- name: '支出'
- },
- {
- id: '2',
- name: '收入'
- }
+ headers: ['资源名称', '类别', '面积(亩)', '部门'],
+ data: [
+ ['资源名称', '类别', '面积(亩)', '部门']
]
};
- },
- created () {
- },
- mounted () {
- },
- methods: {
- tabChange () {
-
- }
}
};
diff --git a/src/views/resources/comps/left/top/1/bk.png b/src/views/resources/comps/left/top/1/bk.png
new file mode 100644
index 0000000..e29c638
Binary files /dev/null and b/src/views/resources/comps/left/top/1/bk.png differ
diff --git a/src/views/resources/comps/left/top/2/index.html b/src/views/resources/comps/left/top/2/index.html
index 2d9ed1f..8df72b1 100644
--- a/src/views/resources/comps/left/top/2/index.html
+++ b/src/views/resources/comps/left/top/2/index.html
@@ -1,4 +1,4 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/views/resources/comps/left/top/2/index.js b/src/views/resources/comps/left/top/2/index.js
index 016a9f5..e2de6b0 100644
--- a/src/views/resources/comps/left/top/2/index.js
+++ b/src/views/resources/comps/left/top/2/index.js
@@ -1,19 +1,16 @@
import Pannel from '@/components/pannel/index.vue';
-import Bar from '@/components/charts/bar/index.vue';
-
+import ScrollTable from '@/components/scroll-table/index.vue';
export default {
components: {
- Bar,
+ ScrollTable,
Pannel
},
data () {
return {
+ headers: ['资源名称', '类别', '面积(亩)', '处置类型', '部门'],
+ data: [
+ ['资源名称', '类别', '面积(亩)', '处置类型', '部门']
+ ]
};
- },
- created () {
- },
- mounted () {
- },
- methods: {
}
};
diff --git a/src/views/resources/comps/right/bottom/2/index.html b/src/views/resources/comps/right/bottom/2/index.html
index 3f2cfcf..5c56209 100644
--- a/src/views/resources/comps/right/bottom/2/index.html
+++ b/src/views/resources/comps/right/bottom/2/index.html
@@ -1,11 +1,4 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/views/resources/comps/right/bottom/2/index.js b/src/views/resources/comps/right/bottom/2/index.js
index 75f36de..1b2fd92 100644
--- a/src/views/resources/comps/right/bottom/2/index.js
+++ b/src/views/resources/comps/right/bottom/2/index.js
@@ -1,26 +1,14 @@
import Pannel from '@/components/pannel/index.vue';
import ScrollTable from '@/components/scroll-table/index.vue';
-import PannelTabs from '@/components/pannel-tabs/index.vue';
export default {
components: {
- PannelTabs,
ScrollTable,
Pannel
},
data () {
return {
- pannelTabsData: [
- {
- id: '1',
- name: '支出'
- },
- {
- id: '2',
- name: '收入'
- }
- ],
- tabIndex: '1',
- headers: ['部门名称', '支出金额', '排名']
+ headers: ['合同编码', '合同名称', '合同截止日期', '部门'],
+ data: [['合同编码', '合同名称', '合同截止日期', '部门']]
};
},
created () {
@@ -28,8 +16,5 @@ export default {
mounted () {
},
methods: {
- tabChange (info) {
- this.tabIndex = info.id
- }
}
};
diff --git a/src/views/resources/comps/right/middle/2/index.html b/src/views/resources/comps/right/middle/2/index.html
index 4264549..f1d0bae 100644
--- a/src/views/resources/comps/right/middle/2/index.html
+++ b/src/views/resources/comps/right/middle/2/index.html
@@ -1,11 +1,4 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/views/resources/comps/right/middle/2/index.js b/src/views/resources/comps/right/middle/2/index.js
index 75f36de..1b2fd92 100644
--- a/src/views/resources/comps/right/middle/2/index.js
+++ b/src/views/resources/comps/right/middle/2/index.js
@@ -1,26 +1,14 @@
import Pannel from '@/components/pannel/index.vue';
import ScrollTable from '@/components/scroll-table/index.vue';
-import PannelTabs from '@/components/pannel-tabs/index.vue';
export default {
components: {
- PannelTabs,
ScrollTable,
Pannel
},
data () {
return {
- pannelTabsData: [
- {
- id: '1',
- name: '支出'
- },
- {
- id: '2',
- name: '收入'
- }
- ],
- tabIndex: '1',
- headers: ['部门名称', '支出金额', '排名']
+ headers: ['合同编码', '合同名称', '合同截止日期', '部门'],
+ data: [['合同编码', '合同名称', '合同截止日期', '部门']]
};
},
created () {
@@ -28,8 +16,5 @@ export default {
mounted () {
},
methods: {
- tabChange (info) {
- this.tabIndex = info.id
- }
}
};
diff --git a/src/views/resources/comps/right/top/2/index.html b/src/views/resources/comps/right/top/2/index.html
index 2aec445..d47cd90 100644
--- a/src/views/resources/comps/right/top/2/index.html
+++ b/src/views/resources/comps/right/top/2/index.html
@@ -1,4 +1,4 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/views/resources/comps/right/top/2/index.js b/src/views/resources/comps/right/top/2/index.js
index 3822ab1..3166123 100644
--- a/src/views/resources/comps/right/top/2/index.js
+++ b/src/views/resources/comps/right/top/2/index.js
@@ -7,7 +7,8 @@ export default {
},
data () {
return {
- headers: ['部门名称', '支出金额', '排名']
+ headers: ['合同编码', '合同名称', '预结款日期', '结款金额', '部门'],
+ data: [['合同编码', '合同名称', '预结款日期', '结款金额', '部门']]
};
},
created () {
diff --git a/src/views/resources/data.js b/src/views/resources/data.js
index 2d99b3f..8bad484 100644
--- a/src/views/resources/data.js
+++ b/src/views/resources/data.js
@@ -26,7 +26,6 @@ export const comps = {
'Right32'
],
'buttom': [
- 'Bottom2'
]
}
}
\ No newline at end of file
diff --git a/src/views/resources/index.js b/src/views/resources/index.js
index 7270aa4..819cf8b 100644
--- a/src/views/resources/index.js
+++ b/src/views/resources/index.js
@@ -14,7 +14,6 @@ import Left32 from './comps/left/bottom/2/index.vue';
import Right12 from './comps/right/top/2/index.vue';
import Right22 from './comps/right/middle/2/index.vue';
import Right32 from './comps/right/bottom/2/index.vue';
-import Bottom2 from './comps/buttom/2/index.vue';
import Bottom1 from './comps/buttom/1/index.vue';
import { getConfigKey } from "@/api/system/config";
@@ -45,7 +44,6 @@ export default {
Right12,
Right22,
Right32,
- Bottom2,
Bottom1
},
data () {