</el-table-column> </el-table> </template> <script setup lang="ts"> const props = defineProps<{ tableData: Array<any> tableDataHeader: Array<any> }>() const emits = defineEmits(['deleteRow', 'editRow', 'detailRow']) const btnClick = (method, row, index) => { console.log(...
www.dbjr.com.cn/javascript/327365t...htm 2025-6-8