Browse Source

接口调用信息 修改

master_hella_20240701
陈薪名 11 months ago
parent
commit
0aa3b883e5
  1. 3
      src/views/wms/agvManage/interfaceInfo/interfaceInfo.data.ts

3
src/views/wms/agvManage/interfaceInfo/interfaceInfo.data.ts

@ -11,7 +11,6 @@ export const InterfaceInfo = useCrudSchemas(reactive<CrudSchema[]>([
label: '序号', label: '序号',
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
isSearch: true,
}, },
{ {
label: '接口类型', label: '接口类型',
@ -37,12 +36,12 @@ export const InterfaceInfo = useCrudSchemas(reactive<CrudSchema[]>([
form: { form: {
component: 'Radio' component: 'Radio'
}, },
isSearch: true,
}, },
{ {
label: '请求地址', label: '请求地址',
field: 'url', field: 'url',
sort: 'custom', sort: 'custom',
isSearch: true,
}, },
{ {
label: '请求参数', label: '请求参数',

Loading…
Cancel
Save