From ecc54f70b1532c771d340be203230e53e464de90 Mon Sep 17 00:00:00 2001 From: kclf <1195754634@qq.com> Date: Tue, 6 Dec 2022 14:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=AC=AC=E4=B8=80=E8=BD=AE=E6=B5=8B?= =?UTF-8?q?=E8=AF=95-=E9=A1=B9=E7=9B=AE-=E6=B7=BB=E5=8A=A0=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E3=80=91=E6=89=80=E6=9C=89=E6=B7=BB=E5=8A=A0=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=B6=89=E5=8F=8A=E5=88=B0=E4=BB=8E=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=95=B0=E6=8D=AE=E9=83=BD=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=95=B0=E6=8D=AE=E5=88=A0=E9=99=A4=E5=90=8E?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E9=80=89=E6=8B=A9=E4=BE=9D=E6=97=A7=E4=B8=BA?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E7=8A=B6=E6=80=81=EF=BC=8C=E4=B8=94=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=BF=9B=E8=A1=8C=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ AssessmentList.vue | 51 ++- src/components/drawers/AddInvist.vue | 8 +- src/components/drawers/AddLive.vue | 462 ++++++++++----------- 3 files changed, 264 insertions(+), 257 deletions(-) diff --git a/src/components/drawers/ AssessmentList.vue b/src/components/drawers/ AssessmentList.vue index 9775accb..8a53f09a 100644 --- a/src/components/drawers/ AssessmentList.vue +++ b/src/components/drawers/ AssessmentList.vue @@ -47,11 +47,12 @@ expandRowByClick="true" @expand="expandTable" :pagination="false" + :row-key="(record) => record.assessmentId" :row-selection="{ - selectedRowKeys: selectedRowKeys, - onChange: onSelectChange, - type: 'radio', - }" + selectedRowKeys: selectedRowKeys, + onChange: onSelectChange, + type: 'radio', + }" filterMultiple:false /> @@ -74,7 +75,7 @@