角色管理

This commit is contained in:
2024-05-14 15:18:44 +08:00
parent ca21a0cbed
commit 34bf9f91cf
21 changed files with 1698 additions and 705 deletions

View File

@@ -56,6 +56,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);