diff --git a/business-css/frontend/src/views/business/project/index.vue b/business-css/frontend/src/views/business/project/index.vue index 67c918a..63ff883 100644 --- a/business-css/frontend/src/views/business/project/index.vue +++ b/business-css/frontend/src/views/business/project/index.vue @@ -260,7 +260,7 @@ function closeAntvx6() { + @click="delAloneClick(scope.row)" style="cursor: pointer;" v-if="username == scope.row.creator || username == 'admin'"> diff --git a/business-css/frontend/src/views/component/scenario/index.vue b/business-css/frontend/src/views/component/scenario/index.vue index 19c1a06..6e59322 100644 --- a/business-css/frontend/src/views/component/scenario/index.vue +++ b/business-css/frontend/src/views/component/scenario/index.vue @@ -23,7 +23,7 @@ import Viewx6 from '@/components/antvx6/viewx6.vue'; import { useUserStore } from '@/store/modules/user'; const userStore = useUserStore(); const username = ref(userStore.username) - +const apiUrl = import.meta.env.VITE_APP_BASE_API; // 基础路径 const webUrl = import.meta.env.VITE_APP_BASE_HTTP; // 基础路径 const algorithmTypeData: any = ref([]); // 算法类型数据 @@ -562,7 +562,10 @@ function initDeviceData(){
图形化
列表
图形
+ 导出全部 + +