feat: 完成部门管理,岗位管理,用户管理部分,功能编码。

This commit is contained in:
tianyongbao
2026-02-03 18:02:22 +08:00
parent 137dd06a07
commit c90ba0c31b
17 changed files with 3970 additions and 28 deletions

View File

@@ -247,6 +247,11 @@ function dictStr(value, list) {
</script>
<style lang="scss" scoped>
page {
height: 100%;
overflow: auto;
}
.container {
min-height: 100vh;
background-color: #f5f5f5;