保存进度!

This commit is contained in:
2023-02-03 19:04:51 +08:00
parent 6cda734793
commit 1787838b3a
6 changed files with 51 additions and 41 deletions

View File

@@ -0,0 +1,27 @@
<!--
* @Author: Kane
* @Date: 2023-02-03 18:54:38
* @LastEditors: Kane
* @LastEditTime: 2023-02-03 18:56:39
* @FilePath: \IT工具综合平台\src\views\privilege\PrivilegeManager.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
权限管理
</template>
<script>
export default {
name: "PrivilegeManager",
setup()
{
return {};
},
};
</script>
<style>
</style>

View File

@@ -2,14 +2,13 @@
* @Author: Kane
* @Date: 2023-02-02 22:19:12
* @LastEditors: Kane
* @LastEditTime: 2023-02-03 16:09:22
* @LastEditTime: 2023-02-03 18:49:39
* @FilePath: \IT工具综合平台\src\views\requirement\RequirementManager.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
<div class="requirement_wrapper">
<!-- 查询框 -->
<div class="search-box">