|
@@ -251,7 +251,7 @@ export default defineComponent({
|
|
|
</Popup>
|
|
|
|
|
|
<van-tabs color="#1777ff" swipeable={ true} title-active-color="#1777ff" v-model:active={activeNames.value}>
|
|
|
- <van-tab title="事件信息">
|
|
|
+ <van-tab title-style={ "font-weight:500"} title="事件信息">
|
|
|
<p>
|
|
|
事件类型:
|
|
|
{
|
|
@@ -289,7 +289,7 @@ export default defineComponent({
|
|
|
|
|
|
</van-tab>
|
|
|
|
|
|
- <van-tab title="应急预案">
|
|
|
+ <van-tab title-style={"font-weight:500"} title="应急预案">
|
|
|
{console.log(planOptions.value)}
|
|
|
{planOptions.value?.map((d, index) => (
|
|
|
<div style={"margin-bottom:10px"}>
|
|
@@ -301,7 +301,7 @@ export default defineComponent({
|
|
|
))}
|
|
|
</van-tab>
|
|
|
|
|
|
- <van-tab title="处置方案">
|
|
|
+ <van-tab title-style={"font-weight:500"} title="处置方案">
|
|
|
<Collapse v-model={activeoplanNames.value}>
|
|
|
{store.incidentDetail.task?.map((i) => (
|
|
|
<div class="cz-item">
|
|
@@ -329,7 +329,7 @@ export default defineComponent({
|
|
|
</van-tab>
|
|
|
|
|
|
|
|
|
- <van-tab title="处置详情">
|
|
|
+ <van-tab title-style={"font-weight:500"} title="处置详情">
|
|
|
<div>
|
|
|
{process.value?.map((i, index) => (
|
|
|
<div class="czxq-item">
|