...
Unlimax intro macro |
---|
[
{
element:".form-control[type='search']",
popover:{title:"快速筛选",description: "搜索日历中的任意字符"}
},
{
element: "#export-table-to-csv",
popover:{title: "下载日历事件", description: "输出日历事件为CSV文件"}
},
{
element: "table.team-calendar-table tr:first-child th:last-child",
popover: {title: "自动汇总工作量", description: "自动计算所有日历中的工作量"},
position:'left'
},
{
element: ("table.team-calendar-table tbody"),popover: {title: "自动转换为表格", description: "从指定团队日历记录中提取<br>查看<a href='https://confluence.unlimax.com/pages/viewpage.action?pageId=81461523'>团队日历</a>"}
}
] |