Commit 30929789 authored by 盖献康's avatar 盖献康

bug(67045) - 检查管理立即预约禁用

parent ec1b0b2c
......@@ -359,7 +359,7 @@
size="mini"
type="success"
plain
:disabled="parseInt(scope.row.price) > parseInt(currentHospital.currentBalance)"
:disabled="parseInt(scope.row.price) > parseInt(currentHospital.currentBalance) || currentHospital.currentBalance === 0"
@click="handleSubscribeDevice(scope.row)"
>立即预约
</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