优化
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<el-table-column label="配送单号" align="center" prop="orderNo" width="200" />
|
||||
<el-table-column label="出库单据号" align="center" prop="billNoCk" width="200" >
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.billNoCk">{{ scope.row.billNoCk }}</span>
|
||||
<span v-if="scope.row.billNo">{{ scope.row.billNo }}</span>
|
||||
<el-tag type="danger" v-else>手动创建</el-tag>
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user