Newer
Older
adminAccountabilityFront / src / views / flling / already / index.vue
liyaguang on 20 Sep 2023 252 bytes feat(*): 考核填报相关功能完成
<!--
 * @Description: 考核填报-已填报列表页面
 * @Author: 李亚光
 * @Date: 2023-09-14
 -->
<script lang="ts" setup name="FillingAlreadyList">
import list from '@/views/flling/treat/index.vue'
</script>

<template>
  <list />
</template>