Commit 1ffa05a4 by LJM

现货库存-增加字段

parent b5c81ee2
Showing with 1 additions and 0 deletions
......@@ -224,6 +224,7 @@
</el-popover>
</template>
</el-table-column>
<el-table-column prop="source_val" label="来源" width="150" align="center" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="goods_status" label="状态" width="100" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span v-if="scope.row.goods_status==1" class="f-green">上架</span>
......
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 sign in to comment