父组件 import CommonTable from "frontelementpackage/src/CommonTableButton.vue"; html 中 data中 tableButton: [ { name: "11", type: "danger", size: "small", }, { name: "15", type: "danger", size: "small", }, { name: "11", type: "danger", size: "small", }, ], tableLabel: [ { prop: "name", label: "账户名字", width: 200, }, { prop: "email", label: "邮箱", width: 200, }, { prop: "phone", label: "手机号", width: 200, }, { prop: "garage_account_relevance_count", label: "子账户账号", reflect:0, width: 200, }, { prop: "status", label: "状态", width: 200, }, ], tableData: [], method中 editUser(row,methods) { console.log(row,methods) },