Henry.Wang
4 years ago
4 changed files with 35 additions and 12 deletions
@ -0,0 +1,26 @@
|
||||
package com.fr.design.actions.community; |
||||
|
||||
|
||||
import com.fr.design.i18n.Toolkit; |
||||
import com.fr.design.utils.BrowseUtils; |
||||
import com.fr.general.CloudCenter; |
||||
|
||||
import java.awt.event.ActionEvent; |
||||
|
||||
/** |
||||
* @Description 工单中心 |
||||
* @Author Henry.Wang |
||||
* @Date 2021/3/8 14:02 |
||||
**/ |
||||
public class WorkOrderCenterAction extends UpAction { |
||||
public WorkOrderCenterAction() { |
||||
this.setSmallIcon("/com/fr/design/images/bbs/workOrderCenter"); |
||||
this.setName(Toolkit.i18nText("Fine-Design_Basic_Commuinity_Work_Order_Center")); |
||||
} |
||||
|
||||
@Override |
||||
public void actionPerformed(ActionEvent arg0) { |
||||
String url = CloudCenter.getInstance().acquireUrlByKind("bbs.work.order.center"); |
||||
BrowseUtils.browser(url); |
||||
} |
||||
} |
After Width: | Height: | Size: 207 B |
Loading…
Reference in new issue