Commit 94d85995 by 陆志强

Merge branch 'feature/unit'

parents fbce2d1c aae19bf9
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
if (this.listItem.salaryType === 1) { if (this.listItem.salaryType === 1) {
return '薪资面议' return '薪资面议'
} else { } else {
return this.listItem.salaryMin + 'k-' + this.listItem.salaryMax + 'k' return this.listItem.salaryMin + this.listItem.salaryUnit + '-' + this.listItem.salaryMax + this.listItem.salaryUnit
} }
}, },
translatecompanySize() { translatecompanySize() {
......
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 sign in to comment