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
7bd1e5cc
authored
Apr 29, 2024
by
赵月辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复申请资源时增加数量但是金额不变的bug
parent
8953c4f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/computingResource/resourceList.vue
+1
-1
No files found.
src/views/computingResource/resourceList.vue
View file @
7bd1e5cc
...
...
@@ -199,7 +199,7 @@
<div
class=
"info-item flex-align-center flex-space-between"
>
<div
class=
"label"
>
使用数量(个)
</div>
<div
class=
"value"
>
<el-input-number
v-model=
"form.num"
:min=
"0"
style=
"width: 110px"
/>
<el-input-number
v-model=
"form.num"
:min=
"0"
@
change=
"orderComputerPrice"
style=
"width: 110px"
/>
</div>
</div>
</div>
...
...
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