diff --git a/business-css/frontend/src/api/business/project/index.ts b/business-css/frontend/src/api/business/project/index.ts index 0682a0d..439298e 100644 --- a/business-css/frontend/src/api/business/project/index.ts +++ b/business-css/frontend/src/api/business/project/index.ts @@ -83,3 +83,14 @@ export function simulationRun(projectId:string,scenarioId:string, data:any){ data: data }); } + + + +//新增项目 +export function exportAllExports(){ + return request({ + url:'/projects/exportAllExports' , + method: 'get' + }); +} + diff --git a/business-css/frontend/src/components/antvx6/index.vue b/business-css/frontend/src/components/antvx6/index.vue index 31f8bf2..311ebb2 100644 --- a/business-css/frontend/src/components/antvx6/index.vue +++ b/business-css/frontend/src/components/antvx6/index.vue @@ -792,6 +792,7 @@ function preWork() { #graph-container { width: calc(100% - 180px); height: 100%; + background-color: #f1f3fe; } .x6-widget-stencil { background-color: #fff; @@ -1191,7 +1192,8 @@ function saveDesign() { // 保存设计 图标 -
+
\ No newline at end of file diff --git a/business-css/frontend/src/views/business/project/index.vue b/business-css/frontend/src/views/business/project/index.vue index cecb3af..16443e8 100644 --- a/business-css/frontend/src/views/business/project/index.vue +++ b/business-css/frontend/src/views/business/project/index.vue @@ -11,6 +11,7 @@ import { searchProjectsLsit,addProjects,updateProjects,deleteProjects,deleteBatc import Page from '@/components/Pagination/page.vue' import ScenarioModel from '@/views/component/scenario/index.vue' import Antvx6 from '@/components/antvx6/index.vue' +const apiUrl = import.meta.env.VITE_APP_BASE_API; // 基础路径 const isShowAntvx6 = ref(false); // 是否展示分析设计弹窗 const isScenario = ref(false) //是否展示历史模拟场景 // 搜索框 @@ -209,10 +210,13 @@ function closeAntvx6() { 搜索
- + + 新增 - 删除 + + 导出 + 删除
+ + +