From a398c62a2ac6ef819f162dc3e0923bed144905dc Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 27 六月 2025 09:17:11 +0800
Subject: [PATCH] 测试完成

---
 src/components/AskRegular/index.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/components/AskRegular/index.vue b/src/components/AskRegular/index.vue
index 8e135a3..4f3cc64 100644
--- a/src/components/AskRegular/index.vue
+++ b/src/components/AskRegular/index.vue
@@ -30,6 +30,16 @@
             >
             </el-input> </el-form-item
         ></el-col>
+        <el-col :span="12" v-if="order"
+          ><el-form-item label="鍙绾︽暟">
+            <el-input
+              type="text"
+              placeholder="璇疯緭鍏ヨ妭鐐�"
+              v-model="item.person"
+              show-word-limit
+            >
+            </el-input> </el-form-item
+        ></el-col>
       </el-row>
       <el-row :gutter="10" v-if="!intent">
         <el-col :span="20"
@@ -242,6 +252,10 @@
       type: Boolean,
       default: true,
     },
+    order:{
+      type: Boolean,
+      default: false,
+    },
   },
 
   created() {

--
Gitblit v1.9.3