You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
174 B
14 lines
174 B
<!--
|
|
@ 作者: han2015
|
|
@ 时间: 2025-05-12 15:39:13
|
|
@ 备注: 文档管理组件
|
|
-->
|
|
<script lang="ts" setup>
|
|
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
<el-table></el-table>
|
|
</template>
|
|
|