Commit c4571052 authored by liudong1993's avatar liudong1993

1

parent eb91c1e4
...@@ -121,13 +121,6 @@ ...@@ -121,13 +121,6 @@
{{scope.row.BackMoney}}<i v-if="scope.row.OrderStatus!=1" @click="makeAdocument(scope.row,2)" class="iconfont iconjia- numIcon"></i> {{scope.row.BackMoney}}<i v-if="scope.row.OrderStatus!=1" @click="makeAdocument(scope.row,2)" class="iconfont iconjia- numIcon"></i>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
label="成本"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.PayMoney}}<i v-if="scope.row.OrderStatus!=1" @click="makeAdocument(scope.row,3)" class="iconfont iconjia- numIcon"></i>
</template>
</el-table-column>
<el-table-column <el-table-column
prop="TaxMoney" prop="TaxMoney"
label="手续费" label="手续费"
...@@ -142,6 +135,13 @@ ...@@ -142,6 +135,13 @@
</p> </p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
label="成本"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.PayMoney}}<i v-if="scope.row.OrderStatus!=1" @click="makeAdocument(scope.row,3)" class="iconfont iconjia- numIcon"></i>
</template>
</el-table-column>
<el-table-column <el-table-column
label="出票状态" label="出票状态"
show-overflow-tooltip> show-overflow-tooltip>
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="Remark" prop="Remark"
label="客户需求" label="下单备注"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<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