文字修改
This commit is contained in:
parent
44dad2c6f8
commit
6c9300a908
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
|
||||||
<title>法制营商环境监督</title>
|
<title>法治营商环境监督</title>
|
||||||
<link rel="stylesheet" href="css/reset.css">
|
<link rel="stylesheet" href="css/reset.css">
|
||||||
<link rel="stylesheet" href="css/info-report.css">
|
<link rel="stylesheet" href="css/info-report.css">
|
||||||
<link rel="stylesheet" href="css/iconfont.css">
|
<link rel="stylesheet" href="css/iconfont.css">
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="page-title" style="padding-left: 0.2rem;">
|
<div class="page-title" style="padding-left: 0.2rem;">
|
||||||
<!-- <a href="javascript: history.go(-1);" class="back iconfont icon-houtui"></a>-->
|
<!-- <a href="javascript: history.go(-1);" class="back iconfont icon-houtui"></a>-->
|
||||||
法制营商环境监督
|
法治营商环境监督
|
||||||
<a href="check-finish.html" class="ckeck">办结查询</a>
|
<a href="check-finish.html" class="ckeck">办结查询</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" v-cloak>
|
<div class="content" v-cloak>
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
} else if (type == 3) {
|
} else if (type == 3) {
|
||||||
typeStr = '信访受理'
|
typeStr = '信访受理'
|
||||||
} else if (type == 4) {
|
} else if (type == 4) {
|
||||||
typeStr = '法制营商环境监督'
|
typeStr = '法治营商环境监督'
|
||||||
}
|
}
|
||||||
return typeStr
|
return typeStr
|
||||||
},
|
},
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<a href="javascript: void(0);" :class="{active: type == 3}"
|
<a href="javascript: void(0);" :class="{active: type == 3}"
|
||||||
@click="changeType(3)">执法、司法监督<br><small>(涉法涉诉讼信访案件受理)</small></a>
|
@click="changeType(3)">执法、司法监督<br><small>(涉法涉诉讼信访案件受理)</small></a>
|
||||||
<a href="javascript: void(0);" :class="{active: type == 4}"
|
<a href="javascript: void(0);" :class="{active: type == 4}"
|
||||||
@click="changeType(4)">法制营商环境监督<br></a>
|
@click="changeType(4)">法治营商环境监督<br></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-box" v-if="currentStep == 1">
|
<div class="item-box" v-if="currentStep == 1">
|
||||||
|
Loading…
Reference in New Issue
Block a user