From 8e9fcf99b2ebb4efd6731b4429e594d7c784c229 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期二, 01 四月 2025 11:59:00 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- src/views/dataManagement/confirmation-sheet/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/confirmation-sheet/index.vue b/src/views/dataManagement/confirmation-sheet/index.vue similarity index 98% rename from src/views/confirmation-sheet/index.vue rename to src/views/dataManagement/confirmation-sheet/index.vue index ef16e42..271daed 100644 --- a/src/views/confirmation-sheet/index.vue +++ b/src/views/dataManagement/confirmation-sheet/index.vue @@ -19,7 +19,7 @@ </el-form> </template> <template #setting> - <el-button class="el-icon-plus" style="margin-bottom: 20px;" type="primary"> 新增项目组</el-button> + <el-button class="el-icon-plus" style="margin-bottom: 20px;" type="primary"> 新增实验调度</el-button> </template> <template #table> <el-table-column prop="name" label="项目组名称" /> -- Gitblit v1.7.1