<el-row v-if="operationStatus === 4">
<div style="margin-bottom: 1.25rem;">
<span style="font-weight: bold;color: blue;font-size: larger;">特别提示:</span>
<em><span style="font-size: larger;">当前分配权限角色是[</span>
<span style="font-weight: bold;color: red;font-size: larger;">{{ this.roleName }}</span>
<span style="font-size: larger;">],请谨慎分配权限!</span></em>
</div>