This commit is contained in:
caishi 2020-06-18 11:48:35 +08:00
commit 3a3d043d8e
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class merge extends Component {
className={status_type === "2" ? "active" : ""}
onClick={() => this.openorder("2")}
>
<label>关闭</label>
<label>拒绝</label>
<span>{data && data.close_count}</span>
</li>
</ul>