@@ -473,7 +473,7 @@ const MyService = Form.create()(
render: (text, record) => {
return (
<Tooltip
- title={salesList[text] + ((text == 3 || text == 4 || text == 5) ? "," + record.other : "")}
+ title={salesList[text] + ((text == 3 || text == 4 || text == 5) ? (!record.other ? "" : "," + record.other) : "")}
>
<span>
{salesList[text]}
@@ -227,7 +227,7 @@ const IntentionCustomer = Form.create()(
@@ -675,7 +675,7 @@ const IntentionCustomer = Form.create()(
@@ -85,7 +85,7 @@ class OrderList extends Component {