Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
558f6a18
Commit
558f6a18
authored
Aug 18, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
64db36b5
3ca683b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+9
-0
treatment-item.vue
...ervice-management/treatment-management/treatment-item.vue
+3
-3
No files found.
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
558f6a18
...
@@ -279,6 +279,7 @@
...
@@ -279,6 +279,7 @@
clearable
clearable
placeholder
=
"请选择设备"
placeholder
=
"请选择设备"
@
change
=
"changeDeviceName"
@
change
=
"changeDeviceName"
class
=
"custom-select"
>
>
<
el
-
option
<
el
-
option
v
-
for
=
"item in selectableDevice"
v
-
for
=
"item in selectableDevice"
...
@@ -871,6 +872,14 @@ export default {
...
@@ -871,6 +872,14 @@ export default {
}
}
<
/script
>
<
/script
>
<
style
>
.
custom
-
select
.
el
-
select__tags
-
text
{
max
-
width
:
60
px
;
/* 设置最大宽度 */
overflow
:
hidden
;
white
-
space
:
nowrap
;
text
-
overflow
:
ellipsis
;
}
<
/style
>
<
style
scoped
lang
=
"scss"
>
<
style
scoped
lang
=
"scss"
>
/** 详情 */
/** 详情 */
.
details
{
.
details
{
...
...
src/views/service-management/treatment-management/treatment-item.vue
View file @
558f6a18
...
@@ -89,12 +89,12 @@
...
@@ -89,12 +89,12 @@
v-model=
"item.price"
v-model=
"item.price"
:min=
"0"
:min=
"0"
:max=
"9999.99"
:max=
"9999.99"
style=
"width:
70
%"
style=
"width:
93
%"
placeholder=
"0.00"
placeholder=
"0.00"
:precision=
"2"
:precision=
"2"
controls-position=
"right"
controls-position=
"right"
/>
/>
元
<span
style=
"padding-left: 10px;"
>
元
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
:min=
"0"
:min=
"0"
:max=
"9999"
:max=
"9999"
controls-position=
"right"
controls-position=
"right"
style=
"width:
256px
"
style=
"width:
100%;
"
/>
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
...
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