Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
client
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
75064bba
authored
Sep 13, 2025
by
lijinqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分文案修改
parent
10c445a0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
src/views/console/apiOrder.vue
+2
-2
src/views/console/apiResources.vue
+1
-1
src/views/marketplace/AIMarketplace.vue
+1
-1
src/views/marketplace/AIMarketplaceDetail.vue
+1
-1
No files found.
src/views/console/apiOrder.vue
View file @
75064bba
...
...
@@ -80,7 +80,7 @@
<el-form-item
label=
"高级查询"
prop=
"searchQuery"
>
<el-input
v-model=
"queryParams.searchQuery"
placeholder=
"请输入
api
名称/订单编号"
placeholder=
"请输入
应用
名称/订单编号"
clearable
style=
"width: 200px"
@
keyup
.
enter=
"handleQuery"
...
...
@@ -103,7 +103,7 @@
<!--
<el-table-column
type=
"selection"
width=
"45"
align=
"center"
/>
-->
<!--
<el-table-column
label=
"序号"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
label=
"订单编号"
align=
"center"
prop=
"orderNo"
/>
<el-table-column
label=
"
api
名称"
align=
"center"
prop=
"apiName"
/>
<el-table-column
label=
"
应用
名称"
align=
"center"
prop=
"apiName"
/>
<el-table-column
label=
"资源包"
align=
"center"
prop=
"packageName"
/>
<el-table-column
label=
"使用次数"
align=
"center"
prop=
"packageTimes"
/>
<el-table-column
label=
有效期
align=
"center"
prop=
"packageValidDays"
>
...
...
src/views/console/apiResources.vue
View file @
75064bba
<
template
>
<div
class=
"app-container"
>
<el-table
v-loading=
"loading"
:data=
"resourcesList"
:max-height=
"620"
>
<el-table-column
label=
"
api
名称"
align=
"center"
prop=
"apiName"
width=
"150px"
/>
<el-table-column
label=
"
应用
名称"
align=
"center"
prop=
"apiName"
width=
"150px"
/>
<el-table-column
label=
"套餐名称"
align=
"center"
prop=
"packageName"
width=
"150px"
/>
<el-table-column
label=
"套餐总量"
align=
"center"
prop=
"packageTimes"
/>
<el-table-column
label=
"有效时长"
align=
"center"
prop=
"packageValidDays"
>
...
...
src/views/marketplace/AIMarketplace.vue
View file @
75064bba
...
...
@@ -8,7 +8,7 @@
<div
class=
"search-box"
>
<el-input
v-model=
"searchQuery"
placeholder=
"可输入
API
名称/分类名称"
placeholder=
"可输入
应用
名称/分类名称"
@
keyup
.
enter=
"handleSearch"
clearable
>
...
...
src/views/marketplace/AIMarketplaceDetail.vue
View file @
75064bba
...
...
@@ -156,7 +156,7 @@
<template
#
default
>
<div
class=
"info-block"
>
<div
class=
"info-item flex-align-center flex-space-between"
>
<div
class=
"label"
>
api
名称
</div>
<div
class=
"label"
>
应用
名称
</div>
<div
class=
"value"
>
{{
productData
.
name
}}
</div>
</div>
<div
class=
"info-item flex-align-center flex-space-between"
>
...
...
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