更改全局样式
BIN
src/assets/images/dataBoard/wisdomBuild/cim+.png
Normal file
|
After Width: | Height: | Size: 842 KiB |
BIN
src/assets/images/dataBoard/wisdomBuild/main.png
Normal file
|
After Width: | Height: | Size: 452 KiB |
BIN
src/assets/images/dataBoard/wisdomBuild/map.jpg
Normal file
|
After Width: | Height: | Size: 416 KiB |
BIN
src/assets/images/dataBoard/wisdomBuild/menu-active.png
Normal file
|
After Width: | Height: | Size: 750 B |
BIN
src/assets/images/dataBoard/wisdomBuild/menu.png
Normal file
|
After Width: | Height: | Size: 912 B |
BIN
src/assets/images/dataBoard/wisdomBuild/tab2.png
Normal file
|
After Width: | Height: | Size: 668 KiB |
BIN
src/assets/images/dataBoard/wisdomBuild/tabs-item-active.png
Normal file
|
After Width: | Height: | Size: 562 B |
BIN
src/assets/images/dataBoard/wisdomBuild/tabs-item.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
@ -41,6 +41,7 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:100/'
|
||||
// tag: 本地
|
||||
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1
|
||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
|
||||
// axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
|
||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲
|
||||
|
||||
|
||||
@ -1443,7 +1443,7 @@ const routes2 = [
|
||||
}, {
|
||||
path: 'digitalSite',
|
||||
name: '数据看板-数字工地',
|
||||
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite.vue'),
|
||||
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite'),
|
||||
}, {
|
||||
path: 'laborManage',
|
||||
name: '数据看板-劳务管理',
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<img src="@/assets/images/dataBoard/wisdomBuild/cim+.png" style="width: 100%;" alt="">
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
</style>
|
||||
@ -6,11 +6,12 @@
|
||||
<img v-if="headerLogo" style="width: auto;height: 30px;margin-right: 16px;" :src="headerLogo" />
|
||||
<span v-if="company != 'longguang'">
|
||||
<!-- 智慧工地云平台 -->
|
||||
{{$t('message.dataBoard.headerTitle')}}
|
||||
<!-- {{$t('message.dataBoard.headerTitle')}} -->
|
||||
中建科创数字建造管控平台
|
||||
</span>
|
||||
<span v-else style="color:#fff;margin-top:15px">
|
||||
<!-- 龙光智慧工地平台 -->
|
||||
{{$t('message.dataBoard.headerTitle2')}}
|
||||
<!-- {{$t('message.dataBoard.headerTitle2')}} -->
|
||||
</span>
|
||||
<!-- {{ $t("message.carOverview.vehicleStatistics") }} -->
|
||||
</h1>
|
||||
|
||||
6192
src/views/projectAdmin/dataBoardTwo/digitalSite/index.vue
Normal file
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<!-- 进度管理 -->
|
||||
<div v-if="COMPANY != 'longguang'" class="fullHeight">
|
||||
<div v-if="false && COMPANY != 'longguang'" class="fullHeight">
|
||||
<!-- <vue-scroll>
|
||||
<img src="@/assets/images/dataBoard/6.png" style="height:auto;width:100%"/>
|
||||
</vue-scroll> -->
|
||||
@ -186,8 +187,11 @@
|
||||
|
||||
</el-dialog>
|
||||
</div>
|
||||
<PlanTwo v-else></PlanTwo>
|
||||
<!-- <PlanTwo v-else></PlanTwo> -->
|
||||
<img src="@/assets/images/dataBoard/wisdomBuild/main.png" style="width: 100%" alt="" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import echarts from 'echarts4';;
|
||||
import { getProjectDetail,getProjectExtendInfoApi,editProjectExtendApi } from "@/assets/js/api/baseInfo.js";
|
||||
|
||||
@ -272,6 +272,10 @@ export default {
|
||||
this.queryParams.enterpriseId = this.projectList[this.activeIndex].enterpriseId;
|
||||
// 查询数据
|
||||
this.getList()
|
||||
// 查询班组列表
|
||||
this.getTeamList()
|
||||
// 查询部门列表
|
||||
this.getDepartmentList()
|
||||
})
|
||||
},
|
||||
/** 查询用户数据 */
|
||||
|
||||