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
cd1d25f8
Commit
cd1d25f8
authored
Sep 07, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
fda13c1e
6947f37f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
13 deletions
+31
-13
baocun.svg
src/assets/icons/svg/baocun.svg
+1
-0
btn.scss
src/assets/styles/btn.scss
+16
-0
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+14
-13
No files found.
src/assets/icons/svg/baocun.svg
0 → 100644
View file @
cd1d25f8
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
><defs><style>
.a,.c,.d{fill:none;}.b{isolation:isolate;clip-path:url(#a);}.c,.d{stroke:#000;}.c{stroke-linejoin:round;}.d{stroke-linecap:round;}
</style><clipPath
id=
"a"
><rect
class=
"a"
x=
"1"
y=
"1"
width=
"16"
height=
"16"
/></clipPath></defs><g
class=
"b"
transform=
"translate(-1 -1)"
><g
transform=
"translate(-4 -4.5)"
><path
class=
"c"
d=
"M18.95,6H7.05A1.089,1.089,0,0,0,6,7.125v12.75A1.089,1.089,0,0,0,7.05,21h11.9A1.089,1.089,0,0,0,20,19.875V7.125A1.089,1.089,0,0,0,18.95,6Z"
transform=
"translate(0)"
/><path
class=
"c"
d=
"M22.156,6v7.5H15V6Z"
transform=
"translate(-5.758)"
/><path
class=
"d"
d=
"M26,13v1.667"
transform=
"translate(-12.222 -4.083)"
/><path
class=
"d"
d=
"M11,6h9.417"
transform=
"translate(-2.915)"
/></g></g></svg>
src/assets/styles/btn.scss
View file @
cd1d25f8
...
@@ -336,6 +336,22 @@
...
@@ -336,6 +336,22 @@
color
:
#C9C9C9
!
important
;
color
:
#C9C9C9
!
important
;
}
}
}
}
/*保存按钮*/
.el-button--save--solid
{
width
:
53px
!
important
;
border-radius
:
6px
6px
6px
6px
;
border
:
1px
solid
rgb
(
255
,
157
,
78
)
!
important
;
&
.is-disabled
{
background
:
rgba
(
201
,
201
,
201
,
0
.08
)
!
important
;
border
:
1px
solid
#C9C9C9
!
important
;
opacity
:
1
;
border-radius
:
4px
!
important
;
font-size
:
12px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
400
;
color
:
#C9C9C9
!
important
;
}
}
.el-button--warning--solid
{
.el-button--warning--solid
{
width
:
53px
!
important
;
width
:
53px
!
important
;
border-radius
:
6px
6px
6px
6px
;
border-radius
:
6px
6px
6px
6px
;
...
...
src/views/medical-record-management/medical-edit.vue
View file @
cd1d25f8
...
@@ -652,13 +652,14 @@ color: #333333;"
...
@@ -652,13 +652,14 @@ color: #333333;"
</el-button>
</el-button>
<el-button
<el-button
v-if=
"isEdit && (scope.row.paymentStatus === '0'|| scope.row.isAdd ) && scope.row.inputShow"
v-if=
"isEdit && (scope.row.paymentStatus === '0'|| scope.row.isAdd ) && scope.row.inputShow"
icon=
"el-icon-edit"
plain
plain
icon=
"el-icon-wallet"
size=
"mini"
size=
"mini"
class=
"el-button--
primary
--solid"
class=
"el-button--
save
--solid"
type=
"
primary
"
type=
"
warning
"
@
click=
"handleSave('drugForm','stockDispenseOutboundList', scope.$index)"
@
click=
"handleSave('drugForm','stockDispenseOutboundList', scope.$index)"
>
保存
>
保存
</el-button>
</el-button>
<el-button
<el-button
v-if=
"isEdit && scope.row.paymentStatus === '0' && !scope.row.inputShow"
v-if=
"isEdit && scope.row.paymentStatus === '0' && !scope.row.inputShow"
...
@@ -853,11 +854,11 @@ color: #333333;"
...
@@ -853,11 +854,11 @@ color: #333333;"
</el-button>
</el-button>
<el-button
<el-button
v-if=
"isEdit && (scope.row.payType === '0'|| scope.row.isAdd ) && scope.row.inputShow"
v-if=
"isEdit && (scope.row.payType === '0'|| scope.row.isAdd ) && scope.row.inputShow"
icon=
"el-icon-
edi
t"
icon=
"el-icon-
walle
t"
plain
plain
size=
"mini"
size=
"mini"
class=
"el-button--
primary
--solid"
class=
"el-button--
save
--solid"
type=
"
primary
"
type=
"
warning
"
@
click=
"handleSave('checkForm','checkManageBos', scope.$index)"
@
click=
"handleSave('checkForm','checkManageBos', scope.$index)"
>
保存
>
保存
</el-button>
</el-button>
...
@@ -1039,11 +1040,11 @@ color: #333333;"
...
@@ -1039,11 +1040,11 @@ color: #333333;"
</el-button>
</el-button>
<el-button
<el-button
v-if=
"isEdit && (scope.row.payType === '0'|| scope.row.isAdd ) && scope.row.inputShow"
v-if=
"isEdit && (scope.row.payType === '0'|| scope.row.isAdd ) && scope.row.inputShow"
icon=
"el-icon-
edi
t"
icon=
"el-icon-
walle
t"
plain
plain
size=
"mini"
size=
"mini"
class=
"el-button--
primary
--solid"
class=
"el-button--
save
--solid"
type=
"
primary
"
type=
"
warning
"
@
click=
"handleSave('treatForm','treatManageBo', scope.$index)"
@
click=
"handleSave('treatForm','treatManageBo', scope.$index)"
>
保存
>
保存
</el-button>
</el-button>
...
@@ -1201,11 +1202,11 @@ color: #333333;"
...
@@ -1201,11 +1202,11 @@ color: #333333;"
<
/el-button
>
<
/el-button
>
<
el
-
button
<
el
-
button
v
-
if
=
"isEdit && !petInHospitalStatus && petInHospitalUpdateShow"
v
-
if
=
"isEdit && !petInHospitalStatus && petInHospitalUpdateShow"
icon
=
"el-icon-
documen
t"
icon
=
"el-icon-
walle
t"
plain
plain
size
=
"mini"
size
=
"mini"
class
=
"el-button--
primary
--solid"
class
=
"el-button--
save
--solid"
type
=
"
success
"
type
=
"
warning
"
@
click
=
"saveUpdatePetInHospital(scope.row)"
@
click
=
"saveUpdatePetInHospital(scope.row)"
>
保存
>
保存
<
/el-button
>
<
/el-button
>
...
...
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