Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-admin
Commits
5dfcc466
Commit
5dfcc466
authored
Apr 10, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.4.10
parent
2737f703
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
src/views/orderform/components/index.vue
+12
-1
No files found.
src/views/orderform/components/index.vue
View file @
5dfcc466
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
v-if=
"control == '4'"
>
<div
v-if=
"control == '4'"
>
<el-form
:model=
"form"
>
<el-form
:model=
"form"
>
<el-form-item
label=
"沟通后金额"
>
<el-form-item
label=
"沟通后金额"
>
<el-input
v-model=
"form.money"
placeholder=
"请输入沟通后金额"
></el-input>
<el-input
class=
"delInput"
type=
'number'
v-model=
"form.money"
placeholder=
"请输入沟通后金额"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
@@ -107,3 +107,13 @@ export default {
...
@@ -107,3 +107,13 @@ export default {
}
}
};
};
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
::v-deep
.delInput
input
::-webkit-outer-spin-button
,
::v-deep
.delInput
input
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
!important
;
}
::v-deep
.delInput
input
[
type
=
"number"
]
{
-moz-appearance
:
textfield
;
}
</
style
>
\ No newline at end of file
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