Commit c022fa8e authored by rencs's avatar rencs

9.3 旅游修改

parent c31b439d
......@@ -99,15 +99,17 @@
</template>
</el-table-column>
<el-table-column width="200" align="center" label="总数量">
<el-table-column width="200" align="center" label="所属门店">
<template slot-scope="scope">
<span>{{scope.row.stock}}</span>
<span v-if="scope.row.companyName">{{scope.row.companyName}}</span>
<span v-else>/</span>
</template>
</el-table-column>
<el-table-column align="center" label="销量">
<el-table-column align="center" label="所属公司">
<template slot-scope="scope">
<span>{{scope.row.saleCount}}</span>
<span v-if="scope.row.corporationName">{{scope.row.corporationName}}</span>
<span v-else>/</span>
</template>
</el-table-column>
<el-table-column align="center" width="150" label="操作">
......
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