From cc5a03a463c5dda1ebee0dd61061aea61eeb84d5 Mon Sep 17 00:00:00 2001 From: ls Date: Wed, 9 Jul 2025 17:13:42 +0800 Subject: [PATCH] update --- README.md | 8 + .../java/org/jeecg/PhysicalApplication.java | 2 + .../controller/ExperimentController.java | 9 +- .../event/CleanUnusedExperimentEvent.java | 9 + .../event/CleanUnusedExperimentListener.java | 33 +++ .../uniapp/ExperimentReviewDetailForm.vue | 113 ----------- .../uniapp/ExperimentReviewDetailList.vue | 44 ---- .../uniapp/ExperimentReviewResultForm.vue | 107 ---------- .../uniapp/ExperimentReviewResultList.vue | 44 ---- .../uniapp/ExperimentReviewRuleForm.vue | 119 ----------- .../uniapp/ExperimentReviewRuleList.vue | 44 ---- .../vue3/ExperimentReviewDetail.api.ts | 64 ------ .../vue3/ExperimentReviewDetail.data.ts | 100 ---------- .../vue3/ExperimentReviewDetailList.vue | 188 ------------------ .../vue3/ExperimentReviewResult.api.ts | 64 ------ .../vue3/ExperimentReviewResult.data.ts | 89 --------- .../vue3/ExperimentReviewResultList.vue | 188 ------------------ .../database/vue3/ExperimentReviewRule.api.ts | 64 ------ .../vue3/ExperimentReviewRule.data.ts | 111 ----------- .../vue3/ExperimentReviewRuleList.vue | 188 ------------------ ..._1__menu_insert_ExperimentReviewDetail.sql | 26 --- ..._1__menu_insert_ExperimentReviewResult.sql | 26 --- ...16_1__menu_insert_ExperimentReviewRule.sql | 26 --- .../components/ExperimentReviewDetailForm.vue | 70 ------- .../ExperimentReviewDetailModal.vue | 68 ------- .../components/ExperimentReviewResultForm.vue | 70 ------- .../ExperimentReviewResultModal.vue | 68 ------- .../components/ExperimentReviewRuleForm.vue | 70 ------- .../components/ExperimentReviewRuleModal.vue | 68 ------- 29 files changed, 59 insertions(+), 2021 deletions(-) create mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/event/CleanUnusedExperimentEvent.java create mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/event/CleanUnusedExperimentListener.java delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailForm.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailList.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultForm.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultList.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleForm.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleList.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.api.ts delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.data.ts delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetailList.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.api.ts delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.data.ts delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResultList.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.api.ts delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.data.ts delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRuleList.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewDetail.sql delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewResult.sql delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewRule.sql delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailForm.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailModal.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultForm.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultModal.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleForm.vue delete mode 100644 physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleModal.vue diff --git a/README.md b/README.md index 27afbbb..e7ad470 100644 --- a/README.md +++ b/README.md @@ -88,4 +88,12 @@ ADD COLUMN `equipment_image` text NULL COMMENT '设备图片' AFTER `experiment_ ALTER TABLE `experiment_deviation_condition` ADD COLUMN `sample_id` varchar(36) NULL COMMENT '样品ID' AFTER `experiment_id`; + + +TRUNCATE TABLE radiate_type; +INSERT INTO `radiate_type` (`id`,`name`, `create_by`,`create_time` ) VALUES ('1', '小钴源','admin','2025-07-07 00:00:00'); +INSERT INTO `radiate_type` (`id`,`name`, `create_by`,`create_time` ) VALUES ('2', '大钴源','admin','2025-07-07 00:00:00'); +INSERT INTO `radiate_type` (`id`,`name`, `create_by`,`create_time` ) VALUES ('3', 'X光机','admin','2025-07-07 00:00:00'); +INSERT INTO `radiate_type` (`id`,`name`, `create_by`,`create_time` ) VALUES ('4', '电子加速器','admin','2025-07-07 00:00:00'); +INSERT INTO `radiate_type` (`id`,`name`, `create_by`,`create_time` ) VALUES ('5', '质子加速器','admin','2025-07-07 00:00:00'); ``` diff --git a/physical-launcher/src/main/java/org/jeecg/PhysicalApplication.java b/physical-launcher/src/main/java/org/jeecg/PhysicalApplication.java index 59518fa..0957169 100644 --- a/physical-launcher/src/main/java/org/jeecg/PhysicalApplication.java +++ b/physical-launcher/src/main/java/org/jeecg/PhysicalApplication.java @@ -10,6 +10,7 @@ import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.core.env.Environment; +import org.springframework.scheduling.annotation.EnableAsync; import java.net.InetAddress; import java.net.UnknownHostException; @@ -20,6 +21,7 @@ import java.net.UnknownHostException; */ @Slf4j @SpringBootApplication +@EnableAsync @ImportAutoConfiguration(JustAuthAutoConfiguration.class) // spring boot 3.x justauth 兼容性处理 //@EnableAutoConfiguration(exclude={MongoAutoConfiguration.class}) public class PhysicalApplication extends SpringBootServletInitializer { diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/controller/ExperimentController.java b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/controller/ExperimentController.java index b3adb1d..9270d92 100644 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/controller/ExperimentController.java +++ b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/controller/ExperimentController.java @@ -25,6 +25,7 @@ import org.jeecg.common.util.*; import org.jeecg.modules.database.constant.ExperimentStatus; import org.jeecg.modules.database.dto.*; import org.jeecg.modules.database.entity.*; +import org.jeecg.modules.database.event.CleanUnusedExperimentEvent; import org.jeecg.modules.database.service.*; import org.jeecg.modules.system.controller.SysDataSourceController; import org.jeecg.modules.system.entity.SysUser; @@ -35,6 +36,7 @@ import org.jeecgframework.poi.excel.view.JeecgEntityExcelView; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.context.ApplicationEventPublisher; import org.springframework.web.bind.annotation.*; import org.springframework.web.servlet.ModelAndView; @@ -88,7 +90,9 @@ public class ExperimentController extends JeecgController pageList = experimentService.join(page, experiment, currentUser); pageList.getRecords().forEach(v -> experimentService.fetchExperimentDetail(v)); + eventPublisher.publishEvent(new CleanUnusedExperimentEvent(this)); return Result.OK(pageList); } @@ -381,7 +386,7 @@ public class ExperimentController extends JeecgController experimentList = experimentService.list(new LambdaQueryWrapper<>(Experiment.class).isNull(Experiment::getStatus) + .le(Experiment::getCreateTime, + DateUtils.addDays(new Date(), -1))); + if (CollUtil.isNotEmpty(experimentList)) { + experimentList.forEach(v -> experimentService.removeById(v.getId())); + } + } +} diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailForm.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailForm.vue deleted file mode 100644 index 3534a15..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailForm.vue +++ /dev/null @@ -1,113 +0,0 @@ - - - diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailList.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailList.vue deleted file mode 100644 index e500989..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewDetailList.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultForm.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultForm.vue deleted file mode 100644 index a121f32..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultForm.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultList.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultList.vue deleted file mode 100644 index 37f7860..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewResultList.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleForm.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleForm.vue deleted file mode 100644 index d839e91..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleForm.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleList.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleList.vue deleted file mode 100644 index 9ef8256..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/uniapp/ExperimentReviewRuleList.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.api.ts b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.api.ts deleted file mode 100644 index 8ad37cf..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.api.ts +++ /dev/null @@ -1,64 +0,0 @@ -import {defHttp} from '/@/utils/http/axios'; -import { useMessage } from "/@/hooks/web/useMessage"; - -const { createConfirm } = useMessage(); - -enum Api { - list = '/database/experimentReviewDetail/list', - save='/database/experimentReviewDetail/add', - edit='/database/experimentReviewDetail/edit', - deleteOne = '/database/experimentReviewDetail/delete', - deleteBatch = '/database/experimentReviewDetail/deleteBatch', - importExcel = '/database/experimentReviewDetail/importExcel', - exportXls = '/database/experimentReviewDetail/exportXls', -} -/** - * 导出api - * @param params - */ -export const getExportUrl = Api.exportXls; -/** - * 导入api - */ -export const getImportUrl = Api.importExcel; -/** - * 列表接口 - * @param params - */ -export const list = (params) => - defHttp.get({url: Api.list, params}); - -/** - * 删除单个 - */ -export const deleteOne = (params,handleSuccess) => { - return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => { - handleSuccess(); - }); -} -/** - * 批量删除 - * @param params - */ -export const batchDelete = (params, handleSuccess) => { - createConfirm({ - iconType: 'warning', - title: '确认删除', - content: '是否删除选中数据', - okText: '确认', - cancelText: '取消', - onOk: () => { - return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => { - handleSuccess(); - }); - } - }); -} -/** - * 保存或者更新 - * @param params - */ -export const saveOrUpdate = (params, isUpdate) => { - let url = isUpdate ? Api.edit : Api.save; - return defHttp.post({url: url, params}); -} diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.data.ts b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.data.ts deleted file mode 100644 index 1a59a35..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetail.data.ts +++ /dev/null @@ -1,100 +0,0 @@ -import {BasicColumn} from '/@/components/Table'; -import {FormSchema} from '/@/components/Table'; -import { rules} from '/@/utils/helper/validator'; -import { render } from '/@/utils/common/renderUtils'; -import { getWeekMonthQuarterYear } from '/@/utils'; -//列表数据 -export const columns: BasicColumn[] = [ - { - title: '试验ID', - align:"center", - dataIndex: 'experimentId' - }, - { - title: '样品ID', - align:"center", - dataIndex: 'sampleId' - }, - { - title: '试验流程标准', - align:"center", - dataIndex: 'processType' - }, - { - title: '规则ID', - align:"center", - dataIndex: 'ruleId' - }, - { - title: '评定结果', - align:"center", - dataIndex: 'result' - }, - { - title: '评定状态', - align:"center", - dataIndex: 'reviewStatus' - }, -]; -//查询数据 -export const searchFormSchema: FormSchema[] = [ -]; -//表单数据 -export const formSchema: FormSchema[] = [ - { - label: '试验ID', - field: 'experimentId', - component: 'Input', - }, - { - label: '样品ID', - field: 'sampleId', - component: 'Input', - }, - { - label: '试验流程标准', - field: 'processType', - component: 'Input', - }, - { - label: '规则ID', - field: 'ruleId', - component: 'Input', - }, - { - label: '评定结果', - field: 'result', - component: 'Input', - }, - { - label: '评定状态', - field: 'reviewStatus', - component: 'Input', - }, - // TODO 主键隐藏字段,目前写死为ID - { - label: '', - field: 'id', - component: 'Input', - show: false - }, -]; - -// 高级查询数据 -export const superQuerySchema = { - experimentId: {title: '试验ID',order: 0,view: 'text', type: 'string',}, - sampleId: {title: '样品ID',order: 1,view: 'text', type: 'string',}, - processType: {title: '试验流程标准',order: 2,view: 'text', type: 'string',}, - ruleId: {title: '规则ID',order: 3,view: 'text', type: 'string',}, - result: {title: '评定结果',order: 4,view: 'text', type: 'string',}, - reviewStatus: {title: '评定状态',order: 5,view: 'text', type: 'string',}, -}; - -/** -* 流程表单调用这个方法获取formSchema -* @param param -*/ -export function getBpmFormSchema(_formData): FormSchema[]{ - // 默认和原始表单保持一致 如果流程中配置了权限数据,这里需要单独处理formSchema - return formSchema; -} \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetailList.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetailList.vue deleted file mode 100644 index fa3c7f1..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewDetailList.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.api.ts b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.api.ts deleted file mode 100644 index 53d4b1b..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.api.ts +++ /dev/null @@ -1,64 +0,0 @@ -import {defHttp} from '/@/utils/http/axios'; -import { useMessage } from "/@/hooks/web/useMessage"; - -const { createConfirm } = useMessage(); - -enum Api { - list = '/database/experimentReviewResult/list', - save='/database/experimentReviewResult/add', - edit='/database/experimentReviewResult/edit', - deleteOne = '/database/experimentReviewResult/delete', - deleteBatch = '/database/experimentReviewResult/deleteBatch', - importExcel = '/database/experimentReviewResult/importExcel', - exportXls = '/database/experimentReviewResult/exportXls', -} -/** - * 导出api - * @param params - */ -export const getExportUrl = Api.exportXls; -/** - * 导入api - */ -export const getImportUrl = Api.importExcel; -/** - * 列表接口 - * @param params - */ -export const list = (params) => - defHttp.get({url: Api.list, params}); - -/** - * 删除单个 - */ -export const deleteOne = (params,handleSuccess) => { - return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => { - handleSuccess(); - }); -} -/** - * 批量删除 - * @param params - */ -export const batchDelete = (params, handleSuccess) => { - createConfirm({ - iconType: 'warning', - title: '确认删除', - content: '是否删除选中数据', - okText: '确认', - cancelText: '取消', - onOk: () => { - return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => { - handleSuccess(); - }); - } - }); -} -/** - * 保存或者更新 - * @param params - */ -export const saveOrUpdate = (params, isUpdate) => { - let url = isUpdate ? Api.edit : Api.save; - return defHttp.post({url: url, params}); -} diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.data.ts b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.data.ts deleted file mode 100644 index 760e6a6..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResult.data.ts +++ /dev/null @@ -1,89 +0,0 @@ -import {BasicColumn} from '/@/components/Table'; -import {FormSchema} from '/@/components/Table'; -import { rules} from '/@/utils/helper/validator'; -import { render } from '/@/utils/common/renderUtils'; -import { getWeekMonthQuarterYear } from '/@/utils'; -//列表数据 -export const columns: BasicColumn[] = [ - { - title: '试验ID', - align:"center", - dataIndex: 'experimentId' - }, - { - title: '样品ID', - align:"center", - dataIndex: 'sampleId' - }, - { - title: '试验流程标准', - align:"center", - dataIndex: 'processType' - }, - { - title: '评定结果', - align:"center", - dataIndex: 'result' - }, - { - title: '评定状态', - align:"center", - dataIndex: 'reviewStatus' - }, -]; -//查询数据 -export const searchFormSchema: FormSchema[] = [ -]; -//表单数据 -export const formSchema: FormSchema[] = [ - { - label: '试验ID', - field: 'experimentId', - component: 'Input', - }, - { - label: '样品ID', - field: 'sampleId', - component: 'Input', - }, - { - label: '试验流程标准', - field: 'processType', - component: 'Input', - }, - { - label: '评定结果', - field: 'result', - component: 'Input', - }, - { - label: '评定状态', - field: 'reviewStatus', - component: 'Input', - }, - // TODO 主键隐藏字段,目前写死为ID - { - label: '', - field: 'id', - component: 'Input', - show: false - }, -]; - -// 高级查询数据 -export const superQuerySchema = { - experimentId: {title: '试验ID',order: 0,view: 'text', type: 'string',}, - sampleId: {title: '样品ID',order: 1,view: 'text', type: 'string',}, - processType: {title: '试验流程标准',order: 2,view: 'text', type: 'string',}, - result: {title: '评定结果',order: 3,view: 'text', type: 'string',}, - reviewStatus: {title: '评定状态',order: 4,view: 'text', type: 'string',}, -}; - -/** -* 流程表单调用这个方法获取formSchema -* @param param -*/ -export function getBpmFormSchema(_formData): FormSchema[]{ - // 默认和原始表单保持一致 如果流程中配置了权限数据,这里需要单独处理formSchema - return formSchema; -} \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResultList.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResultList.vue deleted file mode 100644 index baff700..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewResultList.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.api.ts b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.api.ts deleted file mode 100644 index f3b7d7d..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.api.ts +++ /dev/null @@ -1,64 +0,0 @@ -import {defHttp} from '/@/utils/http/axios'; -import { useMessage } from "/@/hooks/web/useMessage"; - -const { createConfirm } = useMessage(); - -enum Api { - list = '/database/experimentReviewRule/list', - save='/database/experimentReviewRule/add', - edit='/database/experimentReviewRule/edit', - deleteOne = '/database/experimentReviewRule/delete', - deleteBatch = '/database/experimentReviewRule/deleteBatch', - importExcel = '/database/experimentReviewRule/importExcel', - exportXls = '/database/experimentReviewRule/exportXls', -} -/** - * 导出api - * @param params - */ -export const getExportUrl = Api.exportXls; -/** - * 导入api - */ -export const getImportUrl = Api.importExcel; -/** - * 列表接口 - * @param params - */ -export const list = (params) => - defHttp.get({url: Api.list, params}); - -/** - * 删除单个 - */ -export const deleteOne = (params,handleSuccess) => { - return defHttp.delete({url: Api.deleteOne, params}, {joinParamsToUrl: true}).then(() => { - handleSuccess(); - }); -} -/** - * 批量删除 - * @param params - */ -export const batchDelete = (params, handleSuccess) => { - createConfirm({ - iconType: 'warning', - title: '确认删除', - content: '是否删除选中数据', - okText: '确认', - cancelText: '取消', - onOk: () => { - return defHttp.delete({url: Api.deleteBatch, data: params}, {joinParamsToUrl: true}).then(() => { - handleSuccess(); - }); - } - }); -} -/** - * 保存或者更新 - * @param params - */ -export const saveOrUpdate = (params, isUpdate) => { - let url = isUpdate ? Api.edit : Api.save; - return defHttp.post({url: url, params}); -} diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.data.ts b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.data.ts deleted file mode 100644 index 1cf1019..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRule.data.ts +++ /dev/null @@ -1,111 +0,0 @@ -import {BasicColumn} from '/@/components/Table'; -import {FormSchema} from '/@/components/Table'; -import { rules} from '/@/utils/helper/validator'; -import { render } from '/@/utils/common/renderUtils'; -import { getWeekMonthQuarterYear } from '/@/utils'; -//列表数据 -export const columns: BasicColumn[] = [ - { - title: '试验流程标准', - align:"center", - dataIndex: 'processType' - }, - { - title: '建议标题', - align:"center", - dataIndex: 'title' - }, - { - title: '评定结果', - align:"center", - dataIndex: 'result' - }, - { - title: '损伤机理', - align:"center", - dataIndex: 'impactDesc' - }, - { - title: '适用范围', - align:"center", - dataIndex: 'impactScope' - }, - { - title: '规则表达式', - align:"center", - dataIndex: 'expression' - }, - { - title: '规则优先级', - align:"center", - dataIndex: 'priority' - }, -]; -//查询数据 -export const searchFormSchema: FormSchema[] = [ -]; -//表单数据 -export const formSchema: FormSchema[] = [ - { - label: '试验流程标准', - field: 'processType', - component: 'Input', - }, - { - label: '建议标题', - field: 'title', - component: 'Input', - }, - { - label: '评定结果', - field: 'result', - component: 'Input', - }, - { - label: '损伤机理', - field: 'impactDesc', - component: 'Input', - }, - { - label: '适用范围', - field: 'impactScope', - component: 'Input', - }, - { - label: '规则表达式', - field: 'expression', - component: 'Input', - }, - { - label: '规则优先级', - field: 'priority', - component: 'Input', - }, - // TODO 主键隐藏字段,目前写死为ID - { - label: '', - field: 'id', - component: 'Input', - show: false - }, -]; - -// 高级查询数据 -export const superQuerySchema = { - processType: {title: '试验流程标准',order: 0,view: 'text', type: 'string',}, - title: {title: '建议标题',order: 1,view: 'text', type: 'string',}, - result: {title: '评定结果',order: 2,view: 'text', type: 'string',}, - impactDesc: {title: '损伤机理',order: 3,view: 'text', type: 'string',}, - impactScope: {title: '适用范围',order: 4,view: 'text', type: 'string',}, - expression: {title: '规则表达式',order: 5,view: 'text', type: 'string',}, - priority: {title: '规则优先级',order: 6,view: 'text', type: 'string',}, -}; - -/** -* 流程表单调用这个方法获取formSchema -* @param param -*/ -export function getBpmFormSchema(_formData): FormSchema[]{ - // 默认和原始表单保持一致 如果流程中配置了权限数据,这里需要单独处理formSchema - return formSchema; -} \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRuleList.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRuleList.vue deleted file mode 100644 index 4691214..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/ExperimentReviewRuleList.vue +++ /dev/null @@ -1,188 +0,0 @@ - - - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewDetail.sql b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewDetail.sql deleted file mode 100644 index 10d753e..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewDetail.sql +++ /dev/null @@ -1,26 +0,0 @@ --- 注意:该页面对应的前台目录为views/database文件夹下 --- 如果你想更改到其他目录,请修改sql中component字段对应的值 - - -INSERT INTO sys_permission(id, parent_id, name, url, component, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_route, is_leaf, keep_alive, hidden, hide_tab, description, status, del_flag, rule_flag, create_by, create_time, update_by, update_time, internal_or_external) -VALUES ('202506160440880560', NULL, '试验评定真值表', '/database/experimentReviewDetailList', 'database/ExperimentReviewDetailList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0); - --- 权限控制sql --- 新增 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('202506160440880561', '202506160440880560', '添加试验评定真值表', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_detail:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0, 0, '1', 0); --- 编辑 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('202506160440880562', '202506160440880560', '编辑试验评定真值表', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_detail:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0, 0, '1', 0); --- 删除 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('202506160440880563', '202506160440880560', '删除试验评定真值表', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_detail:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0, 0, '1', 0); --- 批量删除 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('202506160440880564', '202506160440880560', '批量删除试验评定真值表', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_detail:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0, 0, '1', 0); --- 导出excel -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('202506160440880565', '202506160440880560', '导出excel_试验评定真值表', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_detail:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0, 0, '1', 0); --- 导入excel -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('202506160440880566', '202506160440880560', '导入excel_试验评定真值表', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_detail:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:56', NULL, NULL, 0, 0, '1', 0); \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewResult.sql b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewResult.sql deleted file mode 100644 index b7faae5..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewResult.sql +++ /dev/null @@ -1,26 +0,0 @@ --- 注意:该页面对应的前台目录为views/database文件夹下 --- 如果你想更改到其他目录,请修改sql中component字段对应的值 - - -INSERT INTO sys_permission(id, parent_id, name, url, component, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_route, is_leaf, keep_alive, hidden, hide_tab, description, status, del_flag, rule_flag, create_by, create_time, update_by, update_time, internal_or_external) -VALUES ('2025061604416880040', NULL, '试验评定结果', '/database/experimentReviewResultList', 'database/ExperimentReviewResultList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0); - --- 权限控制sql --- 新增 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604416880041', '2025061604416880040', '添加试验评定结果', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_result:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0, 0, '1', 0); --- 编辑 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604416880042', '2025061604416880040', '编辑试验评定结果', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_result:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0, 0, '1', 0); --- 删除 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604416880043', '2025061604416880040', '删除试验评定结果', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_result:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0, 0, '1', 0); --- 批量删除 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604416880044', '2025061604416880040', '批量删除试验评定结果', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_result:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0, 0, '1', 0); --- 导出excel -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604416880045', '2025061604416880040', '导出excel_试验评定结果', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_result:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0, 0, '1', 0); --- 导入excel -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604416890046', '2025061604416880040', '导入excel_试验评定结果', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_result:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:41:04', NULL, NULL, 0, 0, '1', 0); \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewRule.sql b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewRule.sql deleted file mode 100644 index 6bb849c..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/V20250616_1__menu_insert_ExperimentReviewRule.sql +++ /dev/null @@ -1,26 +0,0 @@ --- 注意:该页面对应的前台目录为views/database文件夹下 --- 如果你想更改到其他目录,请修改sql中component字段对应的值 - - -INSERT INTO sys_permission(id, parent_id, name, url, component, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_route, is_leaf, keep_alive, hidden, hide_tab, description, status, del_flag, rule_flag, create_by, create_time, update_by, update_time, internal_or_external) -VALUES ('2025061604401660460', NULL, '试验评定规则', '/database/experimentReviewRuleList', 'database/ExperimentReviewRuleList', NULL, NULL, 0, NULL, '1', 0.00, 0, NULL, 1, 0, 0, 0, 0, NULL, '1', 0, 0, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0); - --- 权限控制sql --- 新增 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604401660461', '2025061604401660460', '添加试验评定规则', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_rule:add', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0, 0, '1', 0); --- 编辑 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604401660462', '2025061604401660460', '编辑试验评定规则', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_rule:edit', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0, 0, '1', 0); --- 删除 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604401660463', '2025061604401660460', '删除试验评定规则', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_rule:delete', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0, 0, '1', 0); --- 批量删除 -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604401660464', '2025061604401660460', '批量删除试验评定规则', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_rule:deleteBatch', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0, 0, '1', 0); --- 导出excel -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604401660465', '2025061604401660460', '导出excel_试验评定规则', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_rule:exportXls', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0, 0, '1', 0); --- 导入excel -INSERT INTO sys_permission(id, parent_id, name, url, component, is_route, component_name, redirect, menu_type, perms, perms_type, sort_no, always_show, icon, is_leaf, keep_alive, hidden, hide_tab, description, create_by, create_time, update_by, update_time, del_flag, rule_flag, status, internal_or_external) -VALUES ('2025061604401660466', '2025061604401660460', '导入excel_试验评定规则', NULL, NULL, 0, NULL, NULL, 2, 'database:experiment_review_rule:importExcel', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-06-16 16:40:46', NULL, NULL, 0, 0, '1', 0); \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailForm.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailForm.vue deleted file mode 100644 index 3f179ce..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailForm.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailModal.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailModal.vue deleted file mode 100644 index d78859b..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewDetailModal.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultForm.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultForm.vue deleted file mode 100644 index 6bd9421..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultForm.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultModal.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultModal.vue deleted file mode 100644 index 42aae8c..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewResultModal.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleForm.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleForm.vue deleted file mode 100644 index 99f128c..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleForm.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - \ No newline at end of file diff --git a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleModal.vue b/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleModal.vue deleted file mode 100644 index 69a5733..0000000 --- a/physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/vue3/components/ExperimentReviewRuleModal.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - - \ No newline at end of file