diff --git a/.env.development b/.env.development index d557820..0269bac 100644 --- a/.env.development +++ b/.env.development @@ -6,15 +6,15 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.180:8899' +# VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.213:8899' # 朱银 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' -#曾涛 -# VITE_APP_BASE_API = 'http://192.168.110.171:8899' + +VITE_APP_BASE_API = 'http://192.168.110.149:8899' # 无人机接口地址 diff --git a/src/views/contract/division/index.vue b/src/views/contract/division/index.vue index afb7c94..3f80b55 100644 --- a/src/views/contract/division/index.vue +++ b/src/views/contract/division/index.vue @@ -118,7 +118,8 @@ - + + - - + + + + + + diff --git a/src/views/tender/plan/comm/planPage.vue b/src/views/tender/plan/comm/planPage.vue index b4b156c..4562ebc 100644 --- a/src/views/tender/plan/comm/planPage.vue +++ b/src/views/tender/plan/comm/planPage.vue @@ -1,245 +1,78 @@ - + diff --git a/src/views/tender/plan/comm/winTheBid.vue b/src/views/tender/plan/comm/winTheBid.vue new file mode 100644 index 0000000..67eac5f --- /dev/null +++ b/src/views/tender/plan/comm/winTheBid.vue @@ -0,0 +1,99 @@ + + + diff --git a/src/views/tender/plan/index.vue b/src/views/tender/plan/index.vue index 8265b8c..dfc29b3 100644 --- a/src/views/tender/plan/index.vue +++ b/src/views/tender/plan/index.vue @@ -189,7 +189,8 @@ - + + - - + + + + + + @@ -266,6 +287,9 @@ import { useUserStoreHook } from '@/store/modules/user'; import { getDicts } from '@/api/system/dict/data'; import { Plus } from '@element-plus/icons-vue'; import { FormInstance } from 'element-plus'; +import winTheBid from './comm/winTheBid.vue'; +import information from './comm/planPage.vue'; + import { sheetList, tenderPlanList, @@ -279,7 +303,6 @@ import { delBiddView, editStatus } from '@/api/tender/index'; -import { it } from 'element-plus/es/locale/index.mjs'; const userStore = useUserStoreHook(); const currentProject = computed(() => userStore.selectedProject);