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