Commit b73bfeb3 authored by youjie's avatar youjie

no message

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