|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-skeleton :loading="loading" animated>
|
|
|
+
|
|
|
<ContentWrap>
|
|
|
<!-- 搜索工作栏 -->
|
|
|
<el-form
|
|
@@ -91,7 +91,7 @@
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
plain
|
|
|
- @click="openForm('create')"
|
|
|
+ @click="openForm('create')"
|
|
|
>
|
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增
|
|
|
</el-button>
|
|
@@ -198,7 +198,7 @@
|
|
|
|
|
|
<!-- 表单弹窗:添加/修改 -->
|
|
|
<DocumentForm ref="formRef" @success="getList" />
|
|
|
- </el-skeleton>
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|