幼儿档案

This commit is contained in:
zhanglipeng
2021-08-27 16:20:06 +08:00
parent 7e0952478c
commit 02c5ad0545
9 changed files with 156 additions and 70 deletions

View File

@ -6,7 +6,7 @@
<span>{{ scope.row.name }}</span>
</template>
</el-table-column>
<el-table-column label="拥有权限" :show-overflow-tooltip="true">
<el-table-column label="拥有权限">
<template slot-scope="scope">
<!-- <el-tag size="medium">{{ scope.row.role }}</el-tag> -->
<div style="color: #409eff" v-html="scope.row.role"></div>