Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
478e1698
authored
Sep 19, 2025
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用列表添加api供应商和供应商联系方式字段
parent
9c1a1dae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
+11
-1
src/views/apihub/api/ApiForm.vue
+8
-1
src/views/apihub/api/index.vue
+2
-0
src/views/apihub/apiorder/index.vue
+1
-0
No files found.
src/views/apihub/api/ApiForm.vue
View file @
478e1698
...
@@ -21,7 +21,12 @@
...
@@ -21,7 +21,12 @@
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"API供应商"
prop=
"vendor"
>
<el-input
v-model=
"formData.vendor"
placeholder=
"供应商"
/>
</el-form-item>
<el-form-item
label=
"联系方式"
prop=
"vendor"
>
<el-input
v-model=
"formData.vendorContact"
placeholder=
"供应商联系方式"
/>
</el-form-item>
<el-form-item
label=
"关联接口"
>
<el-form-item
label=
"关联接口"
>
<!-- 添加接口按钮独占一行 -->
<!-- 添加接口按钮独占一行 -->
<div
style=
"margin-bottom: 10px;"
>
<div
style=
"margin-bottom: 10px;"
>
...
@@ -220,6 +225,8 @@ const formData = ref({
...
@@ -220,6 +225,8 @@ const formData = ref({
id
:
undefined
,
id
:
undefined
,
name
:
''
,
name
:
''
,
categoryId
:
undefined
,
// 新增:分类id
categoryId
:
undefined
,
// 新增:分类id
vendor
:
undefined
,
vendorContact
:
undefined
,
priceInfo
:
''
,
priceInfo
:
''
,
coverImage
:
undefined
,
coverImage
:
undefined
,
description
:
''
,
description
:
''
,
...
...
src/views/apihub/api/index.vue
View file @
478e1698
...
@@ -98,6 +98,8 @@
...
@@ -98,6 +98,8 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"API供应商"
align=
"center"
prop=
"vendor"
/>
<el-table-column
label=
"供应商联系方式"
align=
"center"
prop=
"vendorContact"
width=
"130px"
/>
<el-table-column
<el-table-column
label=
"创建时间"
label=
"创建时间"
align=
"center"
align=
"center"
...
...
src/views/apihub/apiorder/index.vue
View file @
478e1698
...
@@ -280,6 +280,7 @@ const queryParams = reactive({
...
@@ -280,6 +280,7 @@ const queryParams = reactive({
pageSize
:
10
,
pageSize
:
10
,
userId
:
undefined
,
userId
:
undefined
,
apiId
:
undefined
,
apiId
:
undefined
,
apiName
:
undefined
,
packageId
:
undefined
,
packageId
:
undefined
,
orderNo
:
undefined
,
orderNo
:
undefined
,
status
:
undefined
,
status
:
undefined
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment