委派zhuanban

This commit is contained in:
cxc
2023-01-05 11:21:42 +08:00
parent bfafe15df7
commit c784eeb99a

View File

@ -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>