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
ede7de1b
Commit
ede7de1b
authored
Mar 12, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改弹窗标题
parent
3799bbd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/views/index/index_copy.vue
+5
-3
No files found.
src/views/index/index_copy.vue
View file @
ede7de1b
...
@@ -880,7 +880,7 @@
...
@@ -880,7 +880,7 @@
<div
class=
"text-container2"
>
战略性新兴产业(5个)
</div>
<div
class=
"text-container2"
>
战略性新兴产业(5个)
</div>
</div>
</div>
<div
class=
"img-container"
@
click=
"showAlertModal(
1
)"
>
<div
class=
"img-container"
@
click=
"showAlertModal(
3
)"
>
<img
src=
"@/assets/images/index/rotate-green.png"
alt=
""
class=
"rotate-img"
/>
<img
src=
"@/assets/images/index/rotate-green.png"
alt=
""
class=
"rotate-img"
/>
<img
src=
"@/assets/images/index/main-dianli.png"
alt=
""
class=
"title-img"
/>
<img
src=
"@/assets/images/index/main-dianli.png"
alt=
""
class=
"title-img"
/>
<div
class=
"text-container"
>
主导产业(10个)
</div>
<div
class=
"text-container"
>
主导产业(10个)
</div>
...
@@ -2882,9 +2882,11 @@ export default {
...
@@ -2882,9 +2882,11 @@ export default {
showAlertModal
(
type
)
{
showAlertModal
(
type
)
{
this
.
isAlertModal
=
true
;
this
.
isAlertModal
=
true
;
if
(
type
==
1
)
{
if
(
type
==
1
)
{
this
.
tableTitle
=
"主导产业项目"
;
}
else
{
this
.
tableTitle
=
"造纸及纸制品产业项目"
;
this
.
tableTitle
=
"造纸及纸制品产业项目"
;
}
else
if
(
type
==
2
)
{
this
.
tableTitle
=
"轨道交通装备产业项目"
;
}
else
{
this
.
tableTitle
=
"电力电气产业项目"
;
}
}
},
},
},
},
...
...
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