|
@@ -134,6 +134,10 @@
|
|
|
<el-tag size="mini">{{(xs_order_type_options.find(({id}) => id === scope.row.order_type) || {})?.label || '--'}}</el-tag>
|
|
|
</template>
|
|
|
|
|
|
+ <template #stock_type="{scope}">
|
|
|
+ <el-tag size="mini">{{scope.row.type === '1' ? '销售仓' : '次品仓'}}</el-tag>
|
|
|
+ </template>
|
|
|
+
|
|
|
<template #sendWsm="{scope}">
|
|
|
<el-popover placement="top" width="360" trigger="hover">
|
|
|
<i class="el-icon-warning-outline" slot="reference"></i>
|