This commit is contained in:
zhangdingyu
2019-12-02 13:46:34 +08:00
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="发货单编号">