64152076 by zrj

8.29 sjs 票务服务

1 parent 09d6eb82
...@@ -267,7 +267,7 @@ function popRemark(type) { ...@@ -267,7 +267,7 @@ function popRemark(type) {
267 cptName: props.cptName 267 cptName: props.cptName
268 } 268 }
269 if (type == '10') { 269 if (type == '10') {
270 params.title = '票务服务' 270 params.title = language.value == 0 ? '票务服务' : 'Ticket Services'
271 } 271 }
272 proxy.$refs['orderRemarkRef'].open(params) 272 proxy.$refs['orderRemarkRef'].open(params)
273 273
...@@ -429,7 +429,7 @@ function goBooking(n, f) { ...@@ -429,7 +429,7 @@ function goBooking(n, f) {
429 max-width: 50%; 429 max-width: 50%;
430 flex: 0 0 50%; 430 flex: 0 0 50%;
431 } 431 }
432 432
433 433
434 } 434 }
435 </style> 435 </style>
......
...@@ -87,6 +87,7 @@ function getData() { ...@@ -87,6 +87,7 @@ function getData() {
87 content.value = res.data.contextEn 87 content.value = res.data.contextEn
88 fileList.value = JSON.parse(res.data.fileEn) 88 fileList.value = JSON.parse(res.data.fileEn)
89 } 89 }
90 content.value = `<style>img { display: inline-block; }</style>` + content.value
90 } else { 91 } else {
91 content.value = '' 92 content.value = ''
92 fileList.value = [] 93 fileList.value = []
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!