Commit 2de911c9 authored by 任鸿志's avatar 任鸿志

refactor(jiesuan): 注释掉聚合支付按钮

在结算页面的门诊组件中,注释掉了聚合支付按钮。这可能是为了暂时禁用该功能或准备替换为其他支付方式。
parent cbd7cf9b
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<div style="display: flex"> <div style="display: flex">
<el-form-item> <el-form-item>
<div style="display: flex; margin-top: 10px"> <div style="display: flex; margin-top: 10px">
<el-button style="margin-left: 5px" type="success" @click="zhifu('1')" :disabled="form.djf <= 0">聚合支付</el-button> <!-- <el-button style="margin-left: 5px" type="success" @click="zhifu('1')" :disabled="form.djf <= 0">聚合支付</el-button> -->
<!-- <el-button style="margin-left: 5px" type="success" @click="zhifu('1')" <!-- <el-button style="margin-left: 5px" type="success" @click="zhifu('1')"
:disabled="form.djf <= 0">微信</el-button> :disabled="form.djf <= 0">微信</el-button>
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment