//父组件 <v-popover :dataRow="scope.row"><v-popover> //子组件 props:['dataRow'] //这样取值 v-model="dataRow.id"