Ant-vue中a-table新增修改删除
Posted 尔嵘
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ant-vue中a-table新增修改删除相关的知识,希望对你有一定的参考价值。
如何实现Ant-vue中表格的新增、修改、删除?
实现源码:
<template>
<a-card style="margin-top: 24px;">
<a-row>
<a-col :xl="24" :md="24" :sm="24">
<a-form-model layout="inline">
<a-form-model-item>
<a-input v-model="dataForm.name" placeholder="请输入要搜索的名称"></a-input>
</a-form-model-item>
<a-form-model-item>
<a-space>
<a-button icon="search">查询</a-button>
<a-button icon="plus" type="primary" @click="handleAddOrUpdateTeam()">新增</a-button>
<!-- <a-button icon="delete" type="danger">删除</a-button> -->
<a-button type="primary" ico
以上是关于Ant-vue中a-table新增修改删除的主要内容,如果未能解决你的问题,请参考以下文章