<template slot-scope="scope"> <button @click="orders(scope.row.id)">查看</button> <button @click="ondeleteData(scope.row.id)">删除</button> </template>
本文作者为DBC,转载请注明。
<template slot-scope="scope"> <button @click="orders(scope.row.id)">查看</button> <button @click="ondeleteData(scope.row.id)">删除</button> </template>
本文作者为DBC,转载请注明。