8.29 sjs 票务服务
Showing
2 changed files
with
2 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
| ... | @@ -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 = [] | ... | ... |
-
Please register or sign in to post a comment