|
@@ -48,6 +48,9 @@
|
|
@click-header="openBasicModal"
|
|
@click-header="openBasicModal"
|
|
>
|
|
>
|
|
<RiskWarning :riskList="riskList" @showFxyj="showFxyj" :qy="qy" />
|
|
<RiskWarning :riskList="riskList" @showFxyj="showFxyj" :qy="qy" />
|
|
|
|
+ <template #ext-header>
|
|
|
|
+ <img src="../../assets/images/dd_wh.png" alt="" @click="getShoeInfo('whFxModal')">
|
|
|
|
+ </template>
|
|
</border-panel>
|
|
</border-panel>
|
|
<border-panel
|
|
<border-panel
|
|
height="331px"
|
|
height="331px"
|
|
@@ -74,6 +77,12 @@
|
|
:queryParams="queryParams"
|
|
:queryParams="queryParams"
|
|
:qy="qy" />
|
|
:qy="qy" />
|
|
</basic-modal>
|
|
</basic-modal>
|
|
|
|
+ <!-- 风险问号弹窗 -->
|
|
|
|
+ <basic-modal top="30px" ref="whFxModal" name="安全风险分级规则" width="90%">
|
|
|
|
+ <div style="display: flex; justify-content: center">
|
|
|
|
+ <img src="../../assets/images/dd-exp-fx.png" />
|
|
|
|
+ </div>
|
|
|
|
+ </basic-modal>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
@@ -236,6 +245,9 @@ export default {
|
|
this.defaultModel = params
|
|
this.defaultModel = params
|
|
this.showModal("basicInfoModal");
|
|
this.showModal("basicInfoModal");
|
|
},
|
|
},
|
|
|
|
+ getShoeInfo(name){
|
|
|
|
+ this.showModal(name);
|
|
|
|
+ },
|
|
// 风险预警
|
|
// 风险预警
|
|
getList(){
|
|
getList(){
|
|
totaldata({...this.params,qy:this.qy==="重庆市"?"":this.qy}).then(res=>{
|
|
totaldata({...this.params,qy:this.qy==="重庆市"?"":this.qy}).then(res=>{
|