From d412dbd64e134549f5d97c69824550131af6e5e0 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 19 Nov 2025 14:19:22 +0800
Subject: [PATCH] feat:禁用自定义识别区
---
src/views/tickets/orderLog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 081072f..6cbe4a8 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -347,7 +347,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="自定义识别区" prop="enable_custom_area" class="safe-height">
- <el-checkbox v-model="form.enable_custom_area"></el-checkbox>
+ <el-checkbox v-model="form.enable_custom_area" :disabled="detailTitle === '工单详情'"></el-checkbox>
</el-form-item>
</el-col>
</el-row>
@@ -488,7 +488,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="自定义识别区" prop="enable_custom_area" class="safe-height">
- <el-checkbox v-model="form.enable_custom_area"></el-checkbox>
+ <el-checkbox v-model="form.enable_custom_area" :disabled="true"></el-checkbox>
</el-form-item>
</el-col>
</el-row>
--
Gitblit v1.9.3