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.
15 lines
174 B
15 lines
174 B
|
1 month ago
|
<!--
|
||
|
|
@ 作者: han2015
|
||
|
|
@ 时间: 2025-05-12 15:39:13
|
||
|
|
@ 备注: 文档管理组件
|
||
|
|
-->
|
||
|
|
<script lang="ts" setup>
|
||
|
|
|
||
|
|
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
|
||
|
|
<el-table></el-table>
|
||
|
|
</template>
|