buli
2023-07-11 0c4796706fc9473d069b620321a54b20a119906c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<template>
 
    
<div style="position: relative; margin-top: 10px; margin-left: 10px;">
<span style="font-weight: bold; font-size: 12pt;">{Label.YouCantDeleteEvent1}</span>
 
<br/><br/><br/>
 
{Label.YouCantDeleteEvent2}
 
<br/><br/>
 
{Label.YouCantDeleteEvent3}
<a href="javascript:return null;" onclick={click}>{Label.YouCantDeleteEvent4}</a>{Label.YouCantDeleteEvent5}
 
</div>
 
 
               
</template>