Files
qms/src/views/modules/supplier/components/second.vue
2023-07-21 16:45:10 +08:00

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>