This commit is contained in:
Teo
2025-08-22 19:53:14 +08:00
parent 9dfa9ee146
commit 9584ab4baa
7 changed files with 408 additions and 11 deletions

View File

@ -94,6 +94,7 @@
v-hasPermi="['tender:segmentedIndicatorPlanning:getMore']"
>详情</el-button
>
<el-button
type="primary"
link
@ -242,7 +243,7 @@ import {
biddViewLook,
delBiddView
} from '@/api/tender/index';
const { proxy } = getCurrentInstance();
const userStore = useUserStoreHook();
const currentProject = computed(() => userStore.selectedProject);
const tabList = ref<any[]>([]);