refactor(xumu): 移除未使用的组件导入

- 删除了未使用的 AiDownload 组件导入- 移除了 components 中的 AiDownload 注册
- 优化了代码结构,提高了代码的可读性和维护性
This commit is contained in:
aixianling
2024-12-26 17:16:19 +08:00
parent 0762067bec
commit 0e35945d4a

View File

@@ -1,6 +1,5 @@
<script> <script>
import {mapState} from "vuex" import {mapState} from "vuex"
import AiDownload from "dui/packages/tools/AiDownload.vue";
const columns = [ const columns = [
{label: "序号", type: "index"}, {label: "序号", type: "index"},
@@ -13,7 +12,6 @@ const columns = [
] ]
export default { export default {
name: "etList", name: "etList",
components: {AiDownload},
props: { props: {
instance: Function, instance: Function,
dict: Object, dict: Object,