Commit 54a4b980 by 潘际乾

复核标注

parent 3e1a30ea
......@@ -16,7 +16,8 @@ export default {
computed: {
showHighlight: {
get () {
return this.process == '1' || this.process == '2'
// return this.process == '1' || this.process == '2'
return this.$route.path.startsWith("/review")
}
},
highlight () {
......
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