fix:修改 user的显示问题 以及 权限无法选择的问题

This commit is contained in:
zhangyu
2021-06-16 10:35:09 +08:00
parent ed9dff6365
commit e5823523cc
4 changed files with 484 additions and 20 deletions

View File

@@ -46,7 +46,7 @@
:active-color="theme.themeColor"
active-value="1"
inactive-value="0"
@change="val => {statusChange(scope.row)}">
@change="()=>{statusChange(scope.row)}">
</el-switch>
</template>
<span v-else>{{scope.row[item.prop]}}</span>