From b50917f4bdf0b05c028d76d8cdbde44a85ec8b91 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 27 八月 2024 16:02:53 +0800
Subject: [PATCH] 测试完成
---
src/components/Regular/index.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue
index 71a6fc0..b52668f 100644
--- a/src/components/Regular/index.vue
+++ b/src/components/Regular/index.vue
@@ -56,10 +56,11 @@
>
</el-input> </el-form-item
></el-col>
- <el-col :span="12"
+ <el-col :span="12" v-show="branchFlag"
><el-form-item label="閫変腑璺宠浆">
<el-input
type="text"
+ @blur="$emit('branchFlagfn', item.nextQuestion)"
placeholder="璇疯緭鍏ラ鐩妭鐐�"
v-model="item.nextQuestion"
show-word-limit
@@ -272,6 +273,10 @@
type: Boolean,
default: true,
},
+ branchFlag: {
+ type: Boolean,
+ default: false,
+ },
},
created() {
--
Gitblit v1.9.3