This commit is contained in:
2023-08-02 09:17:46 +08:00
parent b281df661b
commit 0719116cbc
10 changed files with 929 additions and 382 deletions

View File

@@ -49,6 +49,9 @@ Vue.prototype.DICT_TYPE = DICT_TYPE;
Vue.prototype.handleTree = handleTree;
Vue.prototype.addBeginAndEndTime = addBeginAndEndTime;
Vue.prototype.divide = divide;
Vue.prototype.tableHeight = function(n) {
return window.innerHeight - n
}
// 全局组件挂载
Vue.component('DictTag', DictTag);