Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
省
省二结算
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
任鸿志
省二结算
Commits
8bcbd215
Commit
8bcbd215
authored
Jun 16, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(outpatientCharging): 调整现金支付按钮样式
- 将现金支付按钮的类型从 'info' 改为 'warning',以提高按钮的可见性和重要性
parent
055f02f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+1
-1
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
8bcbd215
...
@@ -411,7 +411,7 @@
...
@@ -411,7 +411,7 @@
<el-button
type=
"primary"
@
click=
"zhifu('2')"
:disabled=
"form.djf <= 0"
>
智慧医保支付
</el-button>
<el-button
type=
"primary"
@
click=
"zhifu('2')"
:disabled=
"form.djf <= 0"
>
智慧医保支付
</el-button>
<!-- <el-button style="margin-left: 5px" type="warning" @click="zhifu('3')"
<!-- <el-button style="margin-left: 5px" type="warning" @click="zhifu('3')"
:disabled="form.djf <= 0"> 银行卡</el-button> -->
:disabled="form.djf <= 0"> 银行卡</el-button> -->
<el-button
type=
"
info
"
@
click=
"zhifu('5')"
:disabled=
"form.djf <= 0"
>
现金
</el-button>
<el-button
type=
"
warning
"
@
click=
"zhifu('5')"
:disabled=
"form.djf <= 0"
>
现金
</el-button>
</div>
</div>
</el-form-item>
</el-form-item>
<div>
<div>
...
...
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