From df59cae6f3c73605a3f3b4055fdca5b4dabde2c2 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 05 九月 2024 18:32:17 +0800
Subject: [PATCH] 测试完成
---
src/components/Regular/index.vue | 31 +++++++++++++------------------
1 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue
index 4a3c1f6..9a033d5 100644
--- a/src/components/Regular/index.vue
+++ b/src/components/Regular/index.vue
@@ -36,7 +36,9 @@
<el-col :span="20"
><el-form-item label="閫夐」璇存槑">
<el-input
- type="text"
+ style="width: 500px;"
+ type="textarea"
+ :rows="2"
placeholder="璇疯緭鍏�"
v-model="item.optiondesc"
show-word-limit
@@ -56,10 +58,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
@@ -174,22 +177,7 @@
</el-form-item>
<el-row :gutter="10">
- <el-col :span="16" v-if="intent">
- <div></div>
- <!-- <el-form-item label="璇煶鏂囦欢">
- <el-upload
- class="upload-demo"
- style="display: flex"
- action="https://jsonplaceholder.typicode.com/posts/"
- :file-list="fileList"
- :limit="1"
- :on-exceed="handleExceed"
- >
- <el-button size="small" type="primary">鐐瑰嚮涓婁紶</el-button>
- </el-upload>
- </el-form-item> -->
- </el-col>
- <el-col :offset="12" :span="intent ? 8 : 22">
+ <el-col>
<div style="text-align: right; padding-right: 10px">
<el-button
v-if="controlsc || addoption"
@@ -258,6 +246,9 @@
targetvalue: [
{ required: true, message: "璇疯緭鍏ラ�夐」鍚嶇О", trigger: "blur" },
],
+ isabnormal: [
+ { required: true, message: "璇疯緭鍏ラ�夐」鍚嶇О", trigger: "blur" },
+ ],
},
};
},
@@ -287,6 +278,10 @@
type: Boolean,
default: true,
},
+ branchFlag: {
+ type: Boolean,
+ default: false,
+ },
},
created() {
--
Gitblit v1.9.3