委派zhuanban
This commit is contained in:
@ -301,8 +301,8 @@
|
|||||||
type="selection"
|
type="selection"
|
||||||
/>
|
/>
|
||||||
<el-table-column v-else width="30">
|
<el-table-column v-else width="30">
|
||||||
<template slot-scope="scope">
|
<template #default="{ row }">
|
||||||
<el-radio :label="scope.row.userId" v-model="currentUserId">{{
|
<el-radio :label="row.userId" v-model="currentUserId">{{
|
||||||
""
|
""
|
||||||
}}</el-radio>
|
}}</el-radio>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user