mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-03 20:35:29 +08:00
--author:wangshuai---date:2025-06-06---for:【QQYUN-12667】open api功能优化---
This commit is contained in:
@ -67,6 +67,11 @@ export const formSchema: FormSchema[] = [
|
||||
];
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '原始地址',
|
||||
field: 'originUrl',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '请求方法',
|
||||
field: 'requestMethod',
|
||||
@ -127,11 +132,6 @@ export const formSchema: FormSchema[] = [
|
||||
component:"Input",
|
||||
field: 'body'
|
||||
},
|
||||
{
|
||||
label: '原始地址',
|
||||
field: 'originUrl',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '删除标识',
|
||||
field: 'delFlag',
|
||||
@ -252,7 +252,6 @@ export const openApiHeaderJVxeColumns: JVxeColumn[] = [
|
||||
title: '备注',
|
||||
key: 'note',
|
||||
type: JVxeTypes.input,
|
||||
width:"200px",
|
||||
placeholder: '请输入${title}',
|
||||
defaultValue:'',
|
||||
},
|
||||
@ -297,7 +296,6 @@ export const openApiParamJVxeColumns: JVxeColumn[] = [
|
||||
title: '备注',
|
||||
key: 'note',
|
||||
type: JVxeTypes.input,
|
||||
width:"200px",
|
||||
placeholder: '请输入${title}',
|
||||
defaultValue:'',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user