element ui 可编辑表格
element | el-input 绑定点击事件
@click.native
table行编辑事件
:@row-click
<el-table :data="yshopPurchaseOrderItemsList" @row-click="selectGoods" :row-class-name="rowYshopPurchaseOrderItemsIndex" @selection-change="handleYshopPurchaseOrderItemsSelectionChange" ref="yshopPurchaseOrderItems">
<el-table-column type="selection" width="50" align="center" />
</el-table>
table 新增行 弹窗事件
参考文档:https://juejin.cn/post/7040046051306242085
https://blog.csdn.net/lh1144151563/article/details/122601746