|
|
@@ -10,7 +10,7 @@ const inspectionId = computed(() => {
|
|
|
const showImage = ref(false)
|
|
|
const logsRef = ref()
|
|
|
const captureRef = ref<InstanceType<typeof Capture> | null>(null)
|
|
|
-const showCapture = ref(false)
|
|
|
+const showCapture = ref(true)
|
|
|
|
|
|
// 拖拽相关变量
|
|
|
const dragState = reactive({
|