委派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"
/>
<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>