fix : 细节优化
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div style="margin-top: 10px">
|
||||
<el-tag class="role-item" v-model="_value" v-for="(role, index) in _value" :key="index + '_role'"
|
||||
closable size="mini" @close="removeRoleItem(index)">
|
||||
{{ role.roleName }}
|
||||
{{ role.name }}
|
||||
</el-tag>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user