指定具体办理单位 指将问题分派给哪个单位办理。
+
@@ -533,8 +630,6 @@ async function handleAction(row) {
negativeShow.value = true
}
-
-
const detailShow = ref(false);
const activeRow = ref({});
@@ -542,4 +637,6 @@ function handleDetail(row) {
activeRow.value = row;
detailShow.value = true;
}
+
+const loading = ref(false)
diff --git a/src/views/mobileSupervise/TestingAlcohol.vue b/src/views/mobileSupervise/TestingAlcohol.vue
index fbc3e29..0e010be 100644
--- a/src/views/mobileSupervise/TestingAlcohol.vue
+++ b/src/views/mobileSupervise/TestingAlcohol.vue
@@ -561,6 +561,11 @@
prop="testingTime"
width="160"
/>
+