Commit ede7de1b by heshihao

feat: 修改弹窗标题

parent 3799bbd5
......@@ -880,7 +880,7 @@
<div class="text-container2">战略性新兴产业(5个)</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/main-dianli.png" alt="" class="title-img" />
<div class="text-container">主导产业(10个)</div>
......@@ -2882,9 +2882,11 @@ export default {
showAlertModal(type) {
this.isAlertModal = true;
if (type == 1) {
this.tableTitle = "主导产业项目";
} else {
this.tableTitle = "造纸及纸制品产业项目";
} else if (type == 2) {
this.tableTitle = "轨道交通装备产业项目";
} else {
this.tableTitle = "电力电气产业项目";
}
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment