mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-10 09:04:26 +08:00
文案优化
This commit is contained in:
@@ -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>);
|
||||
|
||||
Reference in New Issue
Block a user