From 3a8417f37e8a852c16952db5c2a65c2ab170f734 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Tue, 22 Apr 2025 16:44:27 +0800
Subject: [PATCH] 未上传图片提示语

---
 src/views/tickets/ticket.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index b0fcc48..e5ac237 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1733,7 +1733,7 @@
       try {
         // 检查是否上传了图片
         if (!this.currentDetail.photos || !this.currentDetail.photos.length) {
-          this.$message.warning('请上传处理图片');
+          this.$message.warning('请上传事件处理照片,或飞行任务结束核验工单是否完结');
           return;
         }
 

--
Gitblit v1.9.3