Commit 294dee4b authored by youjie's avatar youjie

no message

parent 66ebb482
...@@ -198,21 +198,18 @@ ...@@ -198,21 +198,18 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span <span
> >
<template v-if="scope.row.OrderChangePriceId==0"> <template v-if="scope.row.ApplyForState==1">
申请 主管审核
</template> </template>
<template v-else-if="scope.row.OrderChangePriceId>0"> <template v-else-if="scope.row.ApplyForState==2">
待审核 主管审核通过
</template>
<template v-else-if="scope.row.ApplyForState==3">
审核通过
</template>
<template v-else-if="scope.row.ApplyForState==4">
已拒绝
</template> </template>
<!-- {{
scope.row.ApplyForState == 1
? "待审核"
: scope.row.ApplyForState == 2
? "已通过"
: scope.row.ApplyForState == 3
? "已拒绝"
: ""
}} -->
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
......
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