PAMapp/components/Consultant/ConsultantCard.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/components/Consultant/ConsultantCard.vue
@@ -115,8 +115,8 @@ <PopUpFrame :isOpen.sync="isCancelPopup"> <div class="text--center mdTxt">是否取消此筆預約?</div> <div class="text--center mt-30"> <el-button @click="isCancelPopup = false">取消</el-button> <el-button @click="cancel" type="primary">確定</el-button> <el-button @click="isCancelPopup = false">否</el-button> <el-button @click="cancel" type="primary">是</el-button> </div> </PopUpFrame>