Commit d0ba5131 authored by Smile's avatar Smile Committed by wux

fix:控货转移权多语言修改

parent 472fd14f
......@@ -21,13 +21,8 @@
let that = this
that.$request.get('/app-api/system/need-know/getByKey',{key:'control'}).then(res => {
if(res.code == 0 && res.data){
if(that.$lang.locale=='zh'){
that.title = res.data.titleZh
that.leviteInfo = res.data.contentZh
}else{
that.title = res.data.titleEn
that.leviteInfo = res.data.contentEn
}
that.title=res.data[this.$lang.title]
that.leviteInfo=res.data[this.$lang.content]
}
})
},
......@@ -35,6 +30,8 @@
}
</script>
<style>
<style scoped>
.ql-align-center{
text-align: center;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment