文案优化

This commit is contained in:
zengqiao
2020-11-08 15:43:42 +08:00
parent 6c89d66af9
commit d3f3531cdb
16 changed files with 35 additions and 34 deletions

View File

@@ -92,7 +92,7 @@ export class CommonAppList extends SearchAndFilterContainer {
render: (text: any, record: IAppItem) => {
return (
<span className="table-operation">
<a onClick={() => showEditModal(record, this.from)}></a>
<a onClick={() => showEditModal(record, this.from)}></a>
<a onClick={() => showEditModal(record, this.from, true)}></a>
<a onClick={() => this.getOnlineConnect(record)}>线</a>
</span>);