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
f3ba4c96
authored
Jul 12, 2024
by
曾凡江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整列表展示
parent
a4112cbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
+16
-14
src/views/console/myOrder.vue
+6
-2
src/views/console/naturalResources.vue
+10
-12
No files found.
src/views/console/myOrder.vue
View file @
f3ba4c96
...
...
@@ -265,6 +265,7 @@
</el-table-column>
<!-- <el-table-column label="购买方" align="center" prop=""/>-->
<el-table-column
label=
"算力金额"
align=
"center"
prop=
"publicTotalPrice"
/>
<el-table-column
label=
"实际金额"
align=
"center"
prop=
"innerTotalPrice"
/>
<el-table-column
label=
"订单状态"
align=
"center"
prop=
"orderStatus"
>
<
template
#
default=
"scope"
>
<dict-tag
:options=
"order_status"
:value=
"scope.row.orderStatus"
/>
...
...
@@ -404,8 +405,11 @@
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"算力金额"
prop
=
"price"
>
<
el
-
input
v
-
model
=
"form.price"
placeholder
=
"请输入算力金额"
/>
<
el
-
form
-
item
label
=
"算力金额"
prop
=
"publicTotalPrice"
>
<
el
-
input
v
-
model
=
"form.publicTotalPrice"
placeholder
=
"请输入算力金额"
/>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"实际金额"
prop
=
"innerTotalPrice"
>
<
el
-
input
v
-
model
=
"form.innerTotalPrice"
placeholder
=
"请输入实际金额"
/>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"状态"
prop
=
"orderStatus"
>
<
el
-
radio
-
group
v
-
model
=
"form.orderStatus"
>
...
...
src/views/console/naturalResources.vue
View file @
f3ba4c96
...
...
@@ -226,8 +226,6 @@
<dict-tag
:options=
"storage_type"
:value=
"scope.row.storage"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"算力金额"
align=
"center"
prop=
"publicTotalPrice"
/>
<el-table-column
label=
"实际金额"
align=
"center"
prop=
"innerTotalPrice"
/>
<el-table-column
label=
"资源状态"
align=
"center"
prop=
"sourceStatus"
>
<
template
#
default=
"scope"
>
<dict-tag
:options=
"source_status"
:value=
"scope.row.sourceStatus"
/>
...
...
@@ -353,16 +351,16 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"算力金额"
prop
=
"publicTotalPrice"
>
<
el
-
input
v
-
model
=
"form.publicTotalPrice"
placeholder
=
"请输入算力金额"
/
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"实际金额"
prop
=
"innerTotalPrice"
>
<
el
-
input
v
-
model
=
"form.innerTotalPrice"
placeholder
=
"请输入实际金额"
/
>
<
/el-form-item
>
<
/el-col
>
<!--
<
el
-
col
:
span
=
"12"
>--
>
<!--
<
el
-
form
-
item
label
=
"算力金额"
prop
=
"publicTotalPrice"
>--
>
<!--
<
el
-
input
v
-
model
=
"form.publicTotalPrice"
placeholder
=
"请输入算力金额"
/>--
>
<!--
<
/el-form-item>--
>
<!--
<
/el-col>--
>
<!--
<
el
-
col
:
span
=
"12"
>--
>
<!--
<
el
-
form
-
item
label
=
"实际金额"
prop
=
"innerTotalPrice"
>--
>
<!--
<
el
-
input
v
-
model
=
"form.innerTotalPrice"
placeholder
=
"请输入实际金额"
/>--
>
<!--
<
/el-form-item>--
>
<!--
<
/el-col>--
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"申请时间"
prop
=
"submitTime"
>
<
el
-
date
-
picker
clearable
...
...
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