Commit 914dfa78 authored by 仇晓婷's avatar 仇晓婷

物料流程判断优化

parent 92f58224
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
on: { click: () => this.send(params.row) } on: { click: () => this.send(params.row) }
}, },
(params.row.status == 0 || params.row.status == 1) && (params.row.status == 0 || params.row.status == 1) &&
status == 0 this.status == 0
? "送审" ? "送审"
: "" : ""
) )
......
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