开票
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -125,7 +125,11 @@ | ... | @@ -125,7 +125,11 @@ |
| 125 | <el-col> | 125 | <el-col> |
| 126 | {{ | 126 | {{ |
| 127 | language == 0 ? '时间' : 'Room Information' | 127 | language == 0 ? '时间' : 'Room Information' |
| 128 | }}:{{ dayjs(form?.extJson?.ticketDate?.ticketStart).format('YYYY-MM-DD') }} | 128 | }}:{{ |
| 129 | dayjs(form?.extJson?.ticketDate?.ticketStart).format('YYYY-MM-DD') | ||
| 130 | }}{{ | ||
| 131 | form.extJson?.ticketDate?.isView == 1 ? '~' + dayjs(form?.extJson?.ticketDate?.ticketEnd).format('YYYY-MM-DD') : '' | ||
| 132 | }} | ||
| 129 | </el-col> | 133 | </el-col> |
| 130 | <el-col> | 134 | <el-col> |
| 131 | {{ | 135 | {{ | ... | ... |
-
Please register or sign in to post a comment