| | |
| | | <Ui-Dialog |
| | | :isVisible.sync="isVisibleDialog" |
| | | :width="width" |
| | | class="pam-myDemand-dialog" |
| | | > |
| | | <h5 class="subTitle text--center mb-30" |
| | | >{{isReserved ? '預約成功' : '已聯絡資訊'}}</h5> |
| | |
| | | |
| | | get hopeContactTime() { |
| | | const contactList = this.client.hopeContactTime.split("'").map(item => item.slice(0, item.length)); |
| | | return contactList.filter(item => !!item) |
| | | return contactList.filter(item => !!item && item !== ",") |
| | | } |
| | | |
| | | get time() { |
| | |
| | | |
| | | .dialogTxt { |
| | | font-size: 20px; |
| | | overflow:scroll; |
| | | overflow-y:scroll; |
| | | height:400px; |
| | | } |
| | | |
| | | |
| | | |
| | | .text-right { |
| | | text-align: right; |