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(() => { + +