|
@@ -168,7 +168,7 @@ export default props => {
|
168
|
168
|
title={(
|
169
|
169
|
<Title title={item.statusName}>
|
170
|
170
|
{
|
171
|
|
- ticketData.status === '0' && (
|
|
171
|
+ item.status === '0' && (
|
172
|
172
|
<>
|
173
|
173
|
<Button type="primary" onClick={() => setShowDispatch(true)}>分配工单</Button>
|
174
|
174
|
<Button type="danger" style={{marginLeft: '24px'}} onClick={() => setShowReject(true)}>拒绝受理</Button>
|