coding
This commit is contained in:
parent
cf6127ae20
commit
9fbfd5fa74
|
@ -30,7 +30,7 @@
|
|||
<div class="tool_btn" style="grid-area: 1 / 1 / 2 / 4">
|
||||
<a-menu :selectedKeys="[]" mode="horizontal" theme="dark">
|
||||
<a-menu-item @click="handleOpenGuaranteeProcessPage()"> 保障流程 </a-menu-item>
|
||||
<a-menu-item @click="handleOpenGuaranteeWeatherModal()"> 保障气象环境 </a-menu-item>
|
||||
<a-menu-item @click="handleOpenGuaranteeWeatherModal()"> 气象环境 </a-menu-item>
|
||||
<a-modal
|
||||
v-model="guaranteeWeatherModal.visible"
|
||||
width="900px"
|
||||
|
@ -296,7 +296,7 @@ export default {
|
|||
childWindow: null,
|
||||
guaranteeWeatherModal: {
|
||||
visible: false,
|
||||
title: '保障气象环境',
|
||||
title: '气象环境',
|
||||
|
||||
qxhj: {
|
||||
queryConfig: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user