|
|
|
|
@ -121,15 +121,7 @@ export default {
|
|
|
|
|
dataIndex: "streetName",
|
|
|
|
|
width: 90
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "货架类型",
|
|
|
|
|
dataIndex: "streetType",
|
|
|
|
|
scopedSlots: {customRender: 'streetType'}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "货位",
|
|
|
|
|
dataIndex: "goodsLocation",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
title: "时间",
|
|
|
|
|
dataIndex: "startTime",
|
|
|
|
|
@ -141,7 +133,7 @@ export default {
|
|
|
|
|
width:320,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "视频状态",
|
|
|
|
|
title: "状态",
|
|
|
|
|
// dataIndex: "status",
|
|
|
|
|
scopedSlots: {customRender: 'status'},
|
|
|
|
|
width: 90
|
|
|
|
|
|