From bb2df81907c979d3e1372edc92ce7a3037c1b8ce Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Tue, 25 Mar 2025 10:49:09 +0800 Subject: [PATCH] =?UTF-8?q?feat[design]:=20=20=E4=BC=98=E5=8C=96=E7=9F=A9?= =?UTF-8?q?=E9=98=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 当没有行列时,取消显示第一竖行的显示 --- src/views/Design/components/Questions/MatrixQuestion.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Design/components/Questions/MatrixQuestion.vue b/src/views/Design/components/Questions/MatrixQuestion.vue index 8d791f6..6cde26b 100644 --- a/src/views/Design/components/Questions/MatrixQuestion.vue +++ b/src/views/Design/components/Questions/MatrixQuestion.vue @@ -135,8 +135,10 @@ const errorMessage = defineModel('errorMessage', { empty-text="" v-if="rows.length || cols.length" > - - + +