Commit 294dee4b authored by youjie's avatar youjie

no message

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