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
8abd9256
authored
Jun 20, 2024
by
孙美琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的订单算力金额字段调整
parent
3bef40bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/console/myOrder.vue
+1
-1
No files found.
src/views/console/myOrder.vue
View file @
8abd9256
...
@@ -264,7 +264,7 @@
...
@@ -264,7 +264,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!-- <el-table-column label="购买方" align="center" prop=""/>-->
<!-- <el-table-column label="购买方" align="center" prop=""/>-->
<el-table-column
label=
"算力金额"
align=
"center"
prop=
"price"
/>
<el-table-column
label=
"算力金额"
align=
"center"
prop=
"p
ublicTotalP
rice"
/>
<el-table-column
label=
"订单状态"
align=
"center"
prop=
"orderStatus"
>
<el-table-column
label=
"订单状态"
align=
"center"
prop=
"orderStatus"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<dict-tag
:options=
"order_status"
:value=
"scope.row.orderStatus"
/>
<dict-tag
:options=
"order_status"
:value=
"scope.row.orderStatus"
/>
...
...
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