Commit 17af6a93 authored by 水落(YangLei)'s avatar 水落(YangLei)

feat: 去掉新增组件分页按钮

parent 93eef44d
<template>
<div>
<a-button type="primary" class="tw-mb-2" @click="add">新增</a-button>
<a-table :dataSource="components" :rowKey="getRowKey">
<a-table :dataSource="components" :rowKey="getRowKey" :pagination="false">
<a-table-column title="组件编码">
<template #default="row">
<span v-if="row.componentId">{{ row.componentCode }}</span>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment