Prechádzať zdrojové kódy

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

Yue 1 týždeň pred
rodič
commit
caef08c483

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