From b9dee8595fd32d9236fa7fc649c962cae6ab6fac Mon Sep 17 00:00:00 2001 From: zuihou <244387066@qq.com> Date: Wed, 13 Jul 2022 19:05:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=8D=E7=8E=B0=EF=BC=9A=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E4=B8=AD=E5=A2=9E=E5=8A=A0=E6=AF=94=E8=BE=83=E5=A4=9A?= =?UTF-8?q?=E7=9A=84=E5=88=97=EF=BC=8C=E4=B8=94=E5=8A=A0=E4=BA=86rowSelect?= =?UTF-8?q?ion=E5=90=8E=EF=BC=8C=E8=A1=A8=E6=A0=BC=E9=94=99=E4=BD=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/table/AuthColumn.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/demo/table/AuthColumn.vue b/src/views/demo/table/AuthColumn.vue index a97ffbe7..9a3b2547 100644 --- a/src/views/demo/table/AuthColumn.vue +++ b/src/views/demo/table/AuthColumn.vue @@ -123,6 +123,10 @@ api: demoListApi, columns: columns, bordered: true, + rowKey: 'id', + rowSelection: { + type: 'checkbox', + }, actionColumn: { width: 250, title: 'Action', -- GitLab