This commit is contained in:
liushuai
2019-12-02 12:03:33 +08:00
parent aca748c569
commit c9a372cf48
9 changed files with 152 additions and 190 deletions

View File

@@ -1330,6 +1330,7 @@
<el-table-column align="center" label="发货状态">
<template slot-scope="scope">
<el-tag v-if="scope.row.是否发出 === 1" type="success" size="mini" style="width: 80px">已发货</el-tag>
<el-tag v-if="scope.row.是否发出 === 0" type="success" size="mini" style="width: 80px">未发货</el-tag>
</template>
</el-table-column>
<el-table-column align="center" label="发货单编号">