Commit f1ecf725 authored by youjie's avatar youjie

no message

parent 838d089c
...@@ -252,8 +252,9 @@ ...@@ -252,8 +252,9 @@
@click="ckChangePrice(scope.row, 1)" @click="ckChangePrice(scope.row, 1)"
>修改改价</el-button >修改改价</el-button
> >
<!-- scope.row.ApplyForState>1 -->
<p <p
v-if="scope.row.ApplyForState>1" v-if="scope.row.ApplyForState==2&&scope.row.ManagerExamineBy==0"
class=" fz14" class=" fz14"
:class="{ 'cursor-pointer c059FF6': scope.row.OrderType > 0 }" :class="{ 'cursor-pointer c059FF6': scope.row.OrderType > 0 }"
@click="ckChangePrice(scope.row, 3)" @click="ckChangePrice(scope.row, 3)"
......
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