From 3a02061cf651914bcbde258d926a19b0ccc7519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 31 Jan 2024 15:37:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84mdp-select-table=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mdp-ui/mdp-select-table/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mdp-ui/mdp-select-table/README.md b/src/components/mdp-ui/mdp-select-table/README.md index c0b5b36..8b08f59 100644 --- a/src/components/mdp-ui/mdp-select-table/README.md +++ b/src/components/mdp-ui/mdp-select-table/README.md @@ -2,7 +2,7 @@ - 该组件与mdp-select效果一致,同样支持origin/tag/x三种风格,不同之处在于具有分页功能,适合超大表格数据的选择,如下图1所示,默认只会展示用过的数据,如果需要更多数据,需要点击【更多数据】按钮,将会弹出图2所示,当用户选中数据后,数据将填充到图1的下拉列表中,并且能够模拟select的选中事件 ![mdp-select-table-select](/docs/images/ui-components/mdp-select-table-select.png) -![mdp-select-table](/docs/images/ui-components/big-table-select.png) +![mdp-select-table](/docs/images/ui-components/big-table-select.jpg) ### 用法