修正 订单列表字段显示问题
This commit is contained in:
parent
85ae9cd509
commit
60592990d7
|
@ -143,7 +143,7 @@ const Column = [
|
||||||
name: 'type_text',
|
name: 'type_text',
|
||||||
prop: 'type_text',
|
prop: 'type_text',
|
||||||
width: 'auto',
|
width: 'auto',
|
||||||
type: 'normal'
|
type: 'slot'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '折扣',
|
title: '折扣',
|
||||||
|
@ -730,6 +730,9 @@ export default class orderlist extends React.Component {
|
||||||
</p>
|
</p>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
if (com === 'type_text') {
|
||||||
|
return <span>{rowData.type === 1 ? '商品' : '立减金'}</span>
|
||||||
|
}
|
||||||
if (com == 'opearo') {
|
if (com == 'opearo') {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue