Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
d250045c
Commit
d250045c
authored
Mar 18, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 对接数据首页
parent
2f1edf0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
18 deletions
+31
-18
src/views/index/index_copy.vue
+31
-18
No files found.
src/views/index/index_copy.vue
View file @
d250045c
...
...
@@ -144,47 +144,47 @@
<ul
class=
"list-num "
v-if=
"item == 1"
>
<p
class=
"title"
>
<span
class=
"san-left"
@
click=
"prev1"
></span>
<span>
2022年
</span>
<span>
{{
kfq_dic
.
year
}}
</span>
<span
class=
"san-right"
@
click=
"next1"
></span>
</p>
<li
class=
"bg-100"
>
<span>
新增企事业单位中长期贷款增速:
%
</span>
<span>
工业用电量增速:
%
</span>
<span>
新增企事业单位中长期贷款增速:
{{
kfq_dic
.
xzqsy
}}
</span>
<span>
工业用电量增速:
{{
kfq_dic
.
gyydlzs
}}
</span>
</li>
<li
class=
"bg-100"
>
<span>
营业收入增速:
%
</span>
<span>
营业收入增量:
万元
</span>
<span>
营业收入增速:
{{
kfq_dic
.
yysrzs
}}
</span>
<span>
营业收入增量:
{{
kfq_dic
.
yysrzl
}}
</span>
</li>
<li
class=
"bg-100"
>
<span>
进出口总值增速:
%
</span>
<span>
实际使用内资项目赋分:
分值
</span>
<span>
进出口总值增速:
{{
kfq_dic
.
jckzs
}}
</span>
<span>
实际使用内资项目赋分:
{{
kfq_dic
.
sjsyxmff
}}
</span>
</li>
<li
class=
"bg-100"
>
<span>
实际使用外资增速:
%
</span>
<span>
实际使用外资增量:
万元
</span>
<span>
实际使用外资增速:
{{
kfq_dic
.
sjsywzzs
}}
</span>
<span>
实际使用外资增量:
{{
kfq_dic
.
sjsywzzl
}}
</span>
</li>
</ul>
<ul
class=
"list-num"
v-if=
"item == 2"
>
<p
class=
"title"
>
<span
class=
"san-left"
@
click=
"prev1"
></span>
<span>
2023年1-11月(*为季度指标)
</span>
<span>
{{
kfq_dic1
.
year
}}
</span>
<span
class=
"san-right"
@
click=
"next1"
></span>
</p>
<li
class=
"bg-100"
>
<span>
新增企事业单位中长期贷款增速:
%
</span>
<span>
工业用电量增速:
%
</span>
<span>
新增企事业单位中长期贷款增速:
{{
kfq_dic
.
xzqsy
}}
</span>
<span>
工业用电量增速:
{{
kfq_dic
.
gyydlzs
}}
</span>
</li>
<li
class=
"bg-100"
>
<span>
营业收入增速:
%
</span>
<span>
营业收入增量:
万元
</span>
<span>
营业收入增速:
{{
kfq_dic
.
yysrzs
}}
</span>
<span>
营业收入增量:
{{
kfq_dic
.
yysrzl
}}
</span>
</li>
<li
class=
"bg-100"
>
<span>
进出口总值增速:
%
</span>
<span>
实际使用内资项目赋分:
分值
</span>
<span>
进出口总值增速:
{{
kfq_dic
.
jckzs
}}
</span>
<span>
实际使用内资项目赋分:
{{
kfq_dic
.
sjsyxmff
}}
</span>
</li>
<li
class=
"bg-100"
>
<span>
实际使用外资增速:
%
</span>
<span>
实际使用外资增量:
万元
</span>
<span>
实际使用外资增速:
{{
kfq_dic
.
sjsywzzs
}}
</span>
<span>
实际使用外资增量:
{{
kfq_dic
.
sjsywzzl
}}
</span>
</li>
</ul>
</el-carousel-item>
...
...
@@ -1021,6 +1021,8 @@ export default {
activeVideo
:
true
,
jjzb_dic1
:
{},
// 经济指标
jjzb_dic
:
{},
// 经济指标
kfq_dic
:
{},
// 开发区经济指标
kfq_dic1
:
{},
table_dic
:
{},
// 企业资质
activeCard
:
1
,
activeCard1
:
1
,
...
...
@@ -1131,6 +1133,7 @@ export default {
VideoPlayer
,
},
mounted
()
{
this
.
getKfqInfo
();
this
.
$nextTick
(()
=>
{
// let v1 = sessionStorage.getItem("activeACard") || 1;
// this.activeCard = v1;
...
...
@@ -1160,6 +1163,16 @@ export default {
});
},
methods
:
{
// 开发区数据
getKfqInfo
()
{
API
.
getKfqInfo
().
then
((
res
)
=>
{
console
.
log
(
res
,
"开发区数据"
);
if
(
res
.
length
>
0
)
{
this
.
kfq_dic
=
res
[
0
];
this
.
kfq_dic1
=
res
[
1
];
}
});
},
async
getDataNotification
()
{
let
res
=
await
API
.
Information
();
if
(
res
.
success
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment