大保健优先抢定

工时统计jira

// ==UserScript==
// @name          大保健优先抢定
// @namespace    https://blog.csdn.net/FengZ1
// @version      0.6
// @description  工时统计jira
// @author       Rui
// @match        *://oa.vemic.com/massage/index/index/**
// @icon         https://www.google.com/s2/favicons?sz=64&domain=vemic.com
// @grant        none
// @license MIT
// ==/UserScript==

$('.avalible').each(function(){
   $(this).parent().html("<div class='batch-cnt action master-reserve' onclick='reserveMassage(this);'>超前预定</div>");
});