Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-finance-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-finance-web
Commits
ddc611dd
Commit
ddc611dd
authored
Sep 26, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
68226 (优化)全局-所有的按钮点击触发后鼠标在移动到别的地方时,按钮被选中的样式应该恢复为初始状态
parent
15003f27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
payment-detail.vue
...inancial-management/payment-management/payment-detail.vue
+18
-3
No files found.
src/views/financial-management/payment-management/payment-detail.vue
View file @
ddc611dd
...
...
@@ -640,7 +640,7 @@ color: #333333;"
<
/div
>
<
/div
>
<!--
底部返回按钮
-->
<
div
style
=
"margin-left: 1rem;
"
>
<
div
:
class
=
"backButtonAllClass
"
>
<
el
-
button
v
-
if
=
"!(rowData.payStatus === '1'&& rowData.dataSource === '0')"
class
=
"buying-credit queryBtn button-mt"
icon
=
"el-icon-check"
@
click
=
"settlement('buying-credit')"
>
结
算
<
/el-button
>
<
el
-
button
v
-
if
=
"showchargeAccountButton&&!(rowData.payStatus !== '0'&& rowData.dataSource === '0')"
id
=
"remove-hospitalized"
class
=
"buying-credit backBth button-mt"
icon
=
"el-icon-check"
@
click
=
"buyingOnCredit('buying-credit')"
>
挂
账
<
/el-button
>
<
el
-
button
class
=
"resetBtn button-mt no-button"
:
class
=
"backButtonClass"
icon
=
"el-icon-back"
@
click
=
"goBack"
>
返
回
<
/el-button></
div
>
...
...
@@ -786,6 +786,15 @@ export default {
'two-button'
:
!
(
this
.
rowData
.
payStatus
===
'1'
&&
this
.
rowData
.
dataSource
===
'0'
)
&&
this
.
showchargeAccountButton
&&
!
(
this
.
rowData
.
payStatus
!==
'0'
&&
this
.
rowData
.
dataSource
===
'0'
)
}
}
,
/**
* 底部全局按钮样式
*/
backButtonAllClass
()
{
return
{
'one-all-button'
:
!
(
this
.
rowData
.
payStatus
===
'1'
&&
this
.
rowData
.
dataSource
===
'0'
)
||
this
.
showchargeAccountButton
&&
!
(
this
.
rowData
.
payStatus
!==
'0'
&&
this
.
rowData
.
dataSource
===
'0'
),
'two-all-button'
:
!
(
this
.
rowData
.
payStatus
===
'1'
&&
this
.
rowData
.
dataSource
===
'0'
)
&&
this
.
showchargeAccountButton
&&
!
(
this
.
rowData
.
payStatus
!==
'0'
&&
this
.
rowData
.
dataSource
===
'0'
)
}
}
,
// 若仅有药物处理、辅助检查、辅助治疗数据,无住院治疗数据,则【押金充值】按钮置灰
canAddDeposit
()
{
const
temp
=
this
.
prescriptionList
.
filter
(
item
=>
{
...
...
@@ -1374,14 +1383,20 @@ export default {
.
no
-
button
{
margin
-
top
:
0.375
rem
;
margin
-
left
:
6
rem
;
margin
-
left
:
7
rem
;
}
.
one
-
button
{
margin
-
left
:
6
rem
;
margin
-
left
:
1
rem
;
}
.
one
-
all
-
button
{
margin
-
left
:
7
rem
;
}
.
two
-
button
{
margin
-
left
:
1
rem
;
}
.
two
-
all
-
button
{
margin
-
left
:
1
rem
;
}
<
/style
>
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