实现案例
实现过程
表格代码
关键代码 :row-selection="rowSelection"
<div>
<div class="flex items-center justify-between pt-[24px] pb-[16px]">
<p>已选:{
{ keysNum }}</p>
<a-input-search v-model:value="productName" placeholder="请输入完整的商品名称" class="w-[240px]" @search="onSearch">
<template #enterButton&