Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
Commits
139a882d
Commit
139a882d
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置审批模版消费通知字段更改
parent
be28a4a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PaymentManagementSetting.vue
...ents/pages/PaymentManagement/PaymentManagementSetting.vue
+2
-2
No files found.
src/components/pages/PaymentManagement/PaymentManagementSetting.vue
View file @
139a882d
...
...
@@ -41,7 +41,7 @@
</div>
<div>
<label>
消费通知:
</label>
<a-switch
checkedChildren=
"开"
unCheckedChildren=
"关"
defaultChecked
:checked=
"OrgSettingData.consume
Switch !== '' && OrgSettingData.consumeSwitch
!== 'CLOSE'"
@
change=
'consumeSwitchOnChange'
/>
<a-switch
checkedChildren=
"开"
unCheckedChildren=
"关"
defaultChecked
:checked=
"OrgSettingData.consume
Notice !== '' && OrgSettingData.consumeNotice
!== 'CLOSE'"
@
change=
'consumeSwitchOnChange'
/>
</div>
</div>
<div
style=
"margin-top: 60px;margin-left: 200px"
>
...
...
@@ -114,7 +114,7 @@ export default {
console
.
log
(
`a-switch to
${
checked
}
`
)
},
consumeSwitchOnChange
(
checked
)
{
this
.
OrgSettingData
.
consume
Switch
=
checked
?
'OPEN'
:
'CLOSE'
this
.
OrgSettingData
.
consume
Notice
=
checked
?
'OPEN'
:
'CLOSE'
console
.
log
(
`a-switch to
${
checked
}
`
)
}
}
...
...
This diff is collapsed.
Click to expand it.
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