Component({ props: { appointmentList: [] }, data: {}, methods: { /** * 预约 */ appointBtn() { console.log('预约'); } } });