更新
This commit is contained in:
@@ -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="发货单编号">
|
||||
|
||||
Reference in New Issue
Block a user