保存进度!
This commit is contained in:
27
code/web/IT工具综合平台/src/views/privilege/PrivilegeManager.vue
Normal file
27
code/web/IT工具综合平台/src/views/privilege/PrivilegeManager.vue
Normal 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>
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user