研判态势

This commit is contained in:
13684185576
2025-09-12 14:55:05 +08:00
parent c0a7f78ce6
commit ac893ba406
6 changed files with 465 additions and 10 deletions

View File

@ -62,7 +62,6 @@
</div>
</div>
</div>
<YpModel v-model="showModel" :textContent="textContent" ></YpModel>
</template>
@ -217,6 +216,8 @@ const handleYP = () =>{
html+=`<p>${data.bc}</p>`
html+=`<p>${data.end}</p>`
textContent.value = html;
console.log(textContent.value,'textContent.value');
showModel.value = true;
})
}