21 lines
306 B
Vue
21 lines
306 B
Vue
<!--
|
|
* @Author: Do not edit
|
|
* @Date: 2023-07-18 16:08:09
|
|
* @LastEditTime: 2023-07-18 16:09:43
|
|
* @LastEditors: DY
|
|
* @Description:
|
|
-->
|
|
<template>
|
|
<el-card shadow="never" class="aui-card--fill">
|
|
要求清单
|
|
</el-card>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |