ab42b9ed by zhangmeng

开票

1 parent 4c9bc4b1
...@@ -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 {{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!