Commit 516a8a20 authored by liudong1993's avatar liudong1993

1

parent 25c4df28
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<div <div
v-if="scope.row.OrderId" v-if="scope.row.OrderId"
style="cursor: pointer;text-decoration: underline;" style="cursor: pointer;text-decoration: underline;"
@click="goUrlorderList(scope.row.ClassType == 3 ?'/sale/studyOrderStatistics' : '/sale/orderStatistics', scope.row)" @click="goUrlorderList(scope.row.ClassType == -1 ?'/sale/studyOrderStatistics' : '/sale/orderStatistics', scope.row)"
>{{ scope.row.OrderId }}</div> >{{ scope.row.OrderId }}</div>
</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