From faf3a300c2c719248f03583ab948149560a6347b Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Fri, 23 Jan 2026 11:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E9=97=AD=E7=AE=A1=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=EF=BC=8C=E5=AF=B9=E6=95=B0=E6=8D=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=85=B3=E8=81=94=E9=97=AE=E9=A2=98=E7=8A=B6?= =?UTF-8?q?=E6=80=81=EF=BC=8C=E5=A6=82=E5=B7=B2=E5=85=B3=E8=81=94=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E6=94=AF=E6=8C=81=E6=9F=A5=E7=9C=8B=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/Confinement.vue | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/views/work/Confinement.vue b/src/views/work/Confinement.vue index f5cc76d..5eed243 100644 --- a/src/views/work/Confinement.vue +++ b/src/views/work/Confinement.vue @@ -307,7 +307,14 @@ function getDaysBetweenDates(date1, date2) { return diffDays; } +// 是否关联问题 +const show = ref(false); +const activeNegativeId = ref(""); +function handleAction(row) { + show.value = true; + activeNegativeId.value = row.negativeId; +} onMounted(() => { @@ -462,6 +469,11 @@ onMounted(() => { + + + @@ -915,6 +935,13 @@ onMounted(() => { + +