64152076 by zrj

8.29 sjs 票务服务

1 parent 09d6eb82
......@@ -267,7 +267,7 @@ function popRemark(type) {
cptName: props.cptName
}
if (type == '10') {
params.title = '票务服务'
params.title = language.value == 0 ? '票务服务' : 'Ticket Services'
}
proxy.$refs['orderRemarkRef'].open(params)
......@@ -429,7 +429,7 @@ function goBooking(n, f) {
max-width: 50%;
flex: 0 0 50%;
}
}
</style>
......
......@@ -87,6 +87,7 @@ function getData() {
content.value = res.data.contextEn
fileList.value = JSON.parse(res.data.fileEn)
}
content.value = `<style>img { display: inline-block; }</style>` + content.value
} else {
content.value = ''
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!