Merge branch 'clickCopyv1.4' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend into clickCopyv1.4
This commit is contained in:
commit
930ea9c20f
|
@ -797,7 +797,7 @@ export default class orderlist extends React.Component {
|
|||
onClick={(e) => this.moreFn(e, rowData)}>
|
||||
详情
|
||||
</span>
|
||||
{rowData.status == 1 ? (
|
||||
{rowData.status == 1||rowData.status == 0 ? (
|
||||
<span
|
||||
className='grid-link'
|
||||
onClick={(e) => this.deleteFn(e, rowData)}>
|
||||
|
|
Loading…
Reference in New Issue