Преглед на файлове

Update 优化点签,支持拍照上传

Yue преди 2 седмици
родител
ревизия
caef08c483
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      UI/VB.VUE/src/views/device/inspection/_checkinLog.vue
  2. 1 1
      UI/VB.VUE/src/views/device/inspection/checkin.vue

+ 1 - 1
UI/VB.VUE/src/views/device/inspection/_checkinLog.vue

@@ -4,7 +4,7 @@ import dayjs from "dayjs"
 
 const props = withDefaults(defineProps<{ isSelf?: boolean; showImage?: boolean }>(), {
 	isSelf: true,
-	showImage: false
+	showImage: true
 })
 const emits = defineEmits<{ (e: "update:modelValue", v: string): void }>()
 

+ 1 - 1
UI/VB.VUE/src/views/device/inspection/checkin.vue

@@ -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({