From 4e797fd2616e54a75ea045d6ac963e5ad7940003 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 14 六月 2024 00:25:54 +0800 Subject: [PATCH] 打印模板更新 --- src/views/tigerprojects/system/lowcode/high/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/high/index.vue b/src/views/tigerprojects/system/lowcode/high/index.vue index 2cb63d2..db343d0 100644 --- a/src/views/tigerprojects/system/lowcode/high/index.vue +++ b/src/views/tigerprojects/system/lowcode/high/index.vue @@ -4,7 +4,7 @@ * @version: * @Date: 2024-05-30 13:28:20 * @LastEditors: your name - * @LastEditTime: 2024-06-11 02:02:14 + * @LastEditTime: 2024-06-11 14:05:13 --> <template> <div> @@ -60,7 +60,6 @@ import { h, onMounted, ref, unref } from 'vue'; import { BasicTable, useTable, TableAction, BasicColumn, FormSchema } from '/@/components/Table'; import { useDrawer } from '/@/components/Drawer'; - import normalDrawer from './normalDrawer.vue'; import NormalModal from '/@/views/components/NormalModal.vue'; import { GetEnum, getEntity, getListByPage } from '/@/api/tigerapi/system'; import { useGlobSetting } from '/@/hooks/setting'; @@ -78,7 +77,7 @@ getFormSchema, OpenCustModal, GetUseModalData, - } from './data'; + } from '../data'; import { useModal } from '/@/components/Modal'; import { useLocale } from '/@/locales/useLocale'; -- Gitblit v1.9.3