fix:修改 user的显示问题 以及 权限无法选择的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user