Merge branch 'master' of https://github.com/YunaiV/ruoyi-vue-pro into feature/1.6.2

This commit is contained in:
YunaiV
2022-05-23 20:17:28 +08:00
92 changed files with 2169 additions and 13137 deletions

View File

@ -50,7 +50,7 @@
</el-table-column>
<el-table-column label="授权类型" align="center" prop="authorizedGrantTypes">
<template slot-scope="scope">
<el-tag :disable-transitions="true" v-for="(authorizedGrantType, index) in scope.row.authorizedGrantTypes" :index="index">
<el-tag :disable-transitions="true" :key="index" v-for="(authorizedGrantType, index) in scope.row.authorizedGrantTypes" :index="index">
{{ authorizedGrantType }}
</el-tag>
</template>