37 lines
721 B
Vue
37 lines
721 B
Vue
<!--
|
|
* @Author: Kane
|
|
* @Date: 2023-01-25 23:16:29
|
|
* @LastEditors: Kane
|
|
* @LastEditTime: 2023-01-25 23:19:00
|
|
* @FilePath: \admin_system\src\views\requirement\RequirementEditing.vue
|
|
* @Description:
|
|
*
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
-->
|
|
<!--
|
|
* @Author: Kane
|
|
* @Date: 2023-01-25 23:13:47
|
|
* @LastEditors: Kane
|
|
* @LastEditTime: 2023-01-25 23:15:21
|
|
* @FilePath: \admin_system\src\views\requirement\RequirementManager.vue
|
|
* @Description:
|
|
*
|
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
-->
|
|
<template>
|
|
需求编辑页面
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "requirement-editing",
|
|
data()
|
|
{
|
|
return {};
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |