【订单管理】普通商品订单,无平台批次号,应该展示“-”

This commit is contained in:
Apple 2022-06-15 14:14:30 +08:00
parent fd462e8c13
commit cf5a7157ac
1 changed files with 4 additions and 1 deletions

View File

@ -120,7 +120,7 @@ const Column = [
{
title: '平台批次号',
name: 'channel_activity_id',
type: 'normal',
type: 'slot',
prop: 'channel_activity_id',
width: 'auto'
},
@ -733,6 +733,9 @@ export default class orderlist extends React.Component {
if (com === 'type_text') {
return <span>{rowData.type === 1 ? '商品' : '立减金'}</span>
}
if(com=='channel_activity_id'){
return <span>{rowData.channel_activity_id?rowData.channel_activity_id : '-'}</span>
}
if (com == 'opearo') {
return (
<div>