Commit b73bfeb3 authored by youjie's avatar youjie

no message

parent 618e05ba
......@@ -190,13 +190,21 @@
</template>
</el-table-column>
<el-table-column
v-if="pagesTitle=='审核'"
prop="ApplyForState"
label="改价状态"
show-overflow-tooltip
>
<template slot-scope="scope">
<span
>{{
>
<template v-if="scope.row.OrderChangePriceId==0">
待申请
</template>
<template v-else-if="scope.row.OrderChangePriceId>0">
待审核
</template>
<!-- {{
scope.row.ApplyForState == 1
? "待审核"
: scope.row.ApplyForState == 2
......@@ -204,7 +212,7 @@
: 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