|
@ -1,11 +1,11 @@ |
|
|
<template> |
|
|
<template> |
|
|
<Card class="DisposalProcess" title="处置过程"> |
|
|
<Card class="DisposalProcess" title="处置过程"> |
|
|
<template #title-suffix> |
|
|
<template #title-suffix> |
|
|
<ButtonGradient class="title-button"> 事件解除 </ButtonGradient> |
|
|
<ButtonGradient class="title-button" @click=""> 事件解除 </ButtonGradient> |
|
|
<ButtonGradient class="title-button"> 协同调度 </ButtonGradient> |
|
|
<!-- <ButtonGradient class="title-button"> 协同调度 </ButtonGradient> --> |
|
|
<ButtonGradient class="title-button"> 无需清障 </ButtonGradient> |
|
|
<ButtonGradient class="title-button" @click=""> 无需清障 </ButtonGradient> |
|
|
<ButtonGradient class="title-button"> 重要事件上报 </ButtonGradient> |
|
|
<ButtonGradient class="title-button"> 重要事件上报 </ButtonGradient> |
|
|
<ButtonGradient class="title-button"> 路赔 </ButtonGradient> |
|
|
<!-- <ButtonGradient class="title-button"> 路赔 </ButtonGradient> --> |
|
|
<ButtonGradient |
|
|
<ButtonGradient |
|
|
class="title-button special-button" |
|
|
class="title-button special-button" |
|
|
@click.native="handleFullHeight" |
|
|
@click.native="handleFullHeight" |
|
@ -66,9 +66,9 @@ |
|
|
<ButtonGradient class="title-button special-button" @click="onSubmit"> |
|
|
<ButtonGradient class="title-button special-button" @click="onSubmit"> |
|
|
发送 |
|
|
发送 |
|
|
</ButtonGradient> |
|
|
</ButtonGradient> |
|
|
<ButtonGradient class="title-button special-button"> |
|
|
<!-- <ButtonGradient class="title-button special-button"> |
|
|
调度预案 |
|
|
调度预案 |
|
|
</ButtonGradient> |
|
|
</ButtonGradient> --> |
|
|
</div> |
|
|
</div> |
|
|
</Card> |
|
|
</Card> |
|
|
</template> |
|
|
</template> |
|
@ -233,8 +233,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
async mounted() { |
|
|
async mounted() { |
|
|
// this.getProcessNode(); |
|
|
this.getProcessNode(); |
|
|
// await this.detailChange("1a91d65cc31f4a9d90122888edb31043"); |
|
|
await this.detailChange("1a91d65cc31f4a9d90122888edb31043"); |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|