style: alert rule & datacenter user.name调整

This commit is contained in:
zhangyu
2021-09-24 14:29:19 +08:00
parent a52d3d7004
commit 2a3d307902
6 changed files with 26 additions and 13 deletions

View File

@@ -36,7 +36,7 @@
<template slot-scope="scope" :column="item">
<template v-if="item.prop === 'principal'">
<template v-if="scope.row.adminUser">
<span class="user-name">{{scope.row.adminUser.name}}</span><span class="user-username">@{{scope.row.adminUser.username}}</span>
{{scope.row.adminUser.name}}
</template>
<template v-else>-</template>
</template>