docs: update colspan-rowspan.md (#1272)

pull/1281/head
liufushihai 2019-10-13 20:08:19 +08:00 committed by tangjinzhou
parent dcdbe358c6
commit af33c68f0c
1 changed files with 0 additions and 9 deletions

View File

@ -16,15 +16,6 @@ Table cell supports `colSpan` and `rowSpan` that set in render return object. Wh
<template slot="name" slot-scope="text">
<a href="javascript:;">{{text}}</a>
</template>
<template slot="action" slot-scope="text, record">
<span>
<a href="javascript:;">Action 一 {{record.name}}</a>
<a-divider type="vertical" />
<a href="javascript:;">Delete</a>
<a-divider type="vertical" />
<a href="javascript:;" class="ant-dropdown-link"> More actions <a-icon type="down" /> </a>
</span>
</template>
</a-table>
</template>
<script>