Merge remote-tracking branch 'origin/test' into lb

This commit is contained in:
lb
2023-08-03 15:13:56 +08:00
22 changed files with 1076 additions and 429 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);