From 6f35ca70caf02e1c2b7dbab32794c1cc1f5dbf60 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 24 十月 2024 11:15:47 +0800 Subject: [PATCH] 测试完成 --- src/components/Regular/index.vue | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue index 9e174c7..c04cb3a 100644 --- a/src/components/Regular/index.vue +++ b/src/components/Regular/index.vue @@ -70,6 +70,18 @@ </el-input> </el-form-item ></el-col> </el-row> + <el-row :gutter="10" v-if="scriptType == 1"> + <el-form-item label="閫変腑鎻愮ず"> + <el-input + style="width: 24vw" + type="textarea" + autosize + placeholder="璇疯緭鍏ュ唴瀹�" + v-model="item.prompt" + > + </el-input + ></el-form-item> + </el-row> <el-row> <el-form-item label="鍏抽敭瀛�(鍚�)" prop="desc" v-if="hasValue"> <div class="xinz-inf"> @@ -267,6 +279,10 @@ type: Boolean, default: true, }, + scriptType: { + type: String, + default: '1', + }, addoption: { type: Boolean, default: false, -- Gitblit v1.9.3