角色说明

This commit is contained in:
zhanglipeng
2021-08-10 15:42:37 +08:00
parent 8d9c066011
commit b180b1c2d8

View File

@ -12,7 +12,7 @@
<div style="color: #409eff" v-html="scope.row.role"></div>
</template>
</el-table-column>
<el-table-column label="文件权限" width="200">
<el-table-column label="文件权限" width="150">
<template slot-scope="scope">
<!-- <el-tag size="medium">{{ scope.row.file }}</el-tag> -->
<div style="color: #409eff" v-html="scope.row.file"></div>