From 0d3d7ea110129748e52a9310c0c6b0e2af67dda6 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Thu, 1 Jan 2026 12:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E6=96=B9=E6=8E=A5=E5=8F=A3=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=94=9F=E6=88=90=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/api/apiForm.vue | 86 ++++++++++++++++++++-------------- src/views/tool/api/index.vue | 3 ++ 2 files changed, 53 insertions(+), 36 deletions(-) diff --git a/src/views/tool/api/apiForm.vue b/src/views/tool/api/apiForm.vue index c20a85b..7b0e557 100644 --- a/src/views/tool/api/apiForm.vue +++ b/src/views/tool/api/apiForm.vue @@ -7,7 +7,7 @@ label-width="140px" size="medium" > - +
基础信息配置
@@ -36,6 +36,33 @@ + + + + + + + + + + + + + + + + + + + @@ -44,10 +71,10 @@ v-model="apiForm.apiDesc" type="textarea" :rows="2" - placeholder="请输入接口的详细说明" - clearable - resize="both" - class="resize-textarea" + placeholder="请输入接口的详细说明" + clearable + resize="both" + class="resize-textarea" > @@ -60,17 +87,17 @@ v-model="apiForm.apiRemark" type="textarea" :rows="2" - placeholder="请输入接口的额外备注信息" - clearable - resize="both" - class="resize-textarea" + placeholder="请输入接口的额外备注信息" + clearable + resize="both" + class="resize-textarea" >
- +
入参配置
@@ -141,17 +168,6 @@ - - - - - - - -