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
df959e15
Commit
df959e15
authored
Nov 03, 2023
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 功能完善
parent
58d769be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
src/components/chain.vue
+2
-1
src/views/atlas/atlas.vue
+1
-1
src/views/index/index_copy.vue
+2
-4
No files found.
src/components/chain.vue
View file @
df959e15
...
...
@@ -8,7 +8,7 @@
>
<img
v-if=
"activeId == item.id"
:src=
"item.icon1"
alt=
""
/>
<img
v-if=
"activeId != item.id"
:src=
"item.icon"
alt=
""
/>
<span>
{{
item
.
name
}}
</span>
<span>
{{
item
.
o
name
}}
</span>
</li>
</ul>
</
template
>
...
...
@@ -36,6 +36,7 @@ export default {
if
(
res
.
success
)
{
}
else
{
this
.
Industry
=
res
;
this
.
$emit
(
"cateid"
,
this
.
Industry
[
0
]);
// this.Industry = [
// {
// icon: "https://zysf-store.oss-cn-beijing.aliyuncs.com//晋城招商图谱平台/产业大类图标/icon-gt.png",
...
...
src/views/atlas/atlas.vue
View file @
df959e15
...
...
@@ -158,7 +158,7 @@ export default {
],
// 行业id
industry_id
:
1
,
industry_name
:
"
钢铁
"
,
industry_name
:
"
生活用纸
"
,
// 行业级别
industry_level
:
1
,
// 上中下游
...
...
src/views/index/index_copy.vue
View file @
df959e15
...
...
@@ -42,9 +42,7 @@
@
mouseenter=
"mouseIn('myText')"
@
mouseleave=
"mouseOut('myText')"
v-html=
"details"
>
<!--
{{
details
}}
-->
</div>
></div>
<video-player
:options=
"videoOptions"
/>
</div>
</div>
...
...
@@ -714,7 +712,7 @@
@
mouseleave=
"mouseOut1('myList1')"
>
<li
v-for=
"item of project"
:key=
"item.id"
@
click=
"goProject(item.id)"
>
{{
item
.
name
}}
<span>
{{
item
.
name
}}
</span>
</li>
</ul>
</div>
...
...
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