解决冲突
parent
a1b6d9c173
commit
397881280a
|
@ -3,175 +3,55 @@
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="8" style="margin-left: 20px; width: calc(33.33% - 20px)">
|
<el-col :span="8" style="margin-left: 20px; width: calc(33.33% - 20px)">
|
||||||
<div class="head-title-tab">
|
<div class="head-title-tab">
|
||||||
<div
|
<div :class="nav == 1 ? 'head-nav active' : 'head-nav'" @click="doNav(1)" v-if="1 == 2">项目概况</div>
|
||||||
:class="nav == 1 ? 'head-nav active' : 'head-nav'"
|
<div :class="nav == 2 ? 'head-nav active' : 'head-nav'" @click="doNav(2)" v-if="1 == 2">项目详情</div>
|
||||||
@click="doNav(1)"
|
<div :class="nav == 7 ? 'head-nav active' : 'head-nav'" @click="doNav(7)" v-if="1 == 2">劳务管理</div>
|
||||||
v-if="1 == 2"
|
|
||||||
>
|
|
||||||
项目概况
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
:class="nav == 2 ? 'head-nav active' : 'head-nav'"
|
|
||||||
@click="doNav(2)"
|
|
||||||
v-if="1 == 2"
|
|
||||||
>
|
|
||||||
项目详情
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
:class="nav == 7 ? 'head-nav active' : 'head-nav'"
|
|
||||||
@click="doNav(7)"
|
|
||||||
v-if="1 == 2"
|
|
||||||
>
|
|
||||||
劳务管理
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div :class="(nav >= 100 && nav < 200) || nav == 1 ? 'head-nav active' : 'head-nav'" style="position: relative" class="has-submenu">
|
||||||
:class="
|
|
||||||
(nav >= 100 && nav < 200) || nav == 1
|
|
||||||
? 'head-nav active'
|
|
||||||
: 'head-nav'
|
|
||||||
"
|
|
||||||
style="position: relative"
|
|
||||||
class="has-submenu"
|
|
||||||
>
|
|
||||||
<div>项目概况</div>
|
<div>项目概况</div>
|
||||||
<div class="header-btn-list">
|
<div class="header-btn-list">
|
||||||
<div class="header-btn-list-arrow"></div>
|
<div class="header-btn-list-arrow"></div>
|
||||||
<div class="header-btn-list-item" style>
|
<div class="header-btn-list-item" style>
|
||||||
<div
|
<div class="header-btn-list-padding menu-row1" style="text-align: left">
|
||||||
class="header-btn-list-padding menu-row1"
|
<button type="button" :class="nav == 101 ? 'active' : ''" class="sub-btn" @click="doNav(101)">项目详情</button>
|
||||||
style="text-align: left"
|
<button type="button" :class="nav == 102 ? 'active' : ''" class="sub-btn" @click="doNav(102)">劳务管理</button>
|
||||||
>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 101 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(101)"
|
|
||||||
>
|
|
||||||
项目详情
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 102 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(102)"
|
|
||||||
>
|
|
||||||
劳务管理
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div :class="(nav >= 300 && nav < 400) || nav == 3 ? 'head-nav active' : 'head-nav'" style="position: relative" class="has-submenu">
|
||||||
:class="
|
|
||||||
(nav >= 300 && nav < 400) || nav == 3
|
|
||||||
? 'head-nav active'
|
|
||||||
: 'head-nav'
|
|
||||||
"
|
|
||||||
style="position: relative"
|
|
||||||
class="has-submenu"
|
|
||||||
>
|
|
||||||
<div>安全管理</div>
|
<div>安全管理</div>
|
||||||
<div class="header-btn-list">
|
<div class="header-btn-list">
|
||||||
<div class="header-btn-list-arrow"></div>
|
<div class="header-btn-list-arrow"></div>
|
||||||
<div class="header-btn-list-item" style>
|
<div class="header-btn-list-item" style>
|
||||||
<div
|
<div class="header-btn-list-padding menu-row1" style="text-align: left">
|
||||||
class="header-btn-list-padding menu-row1"
|
<button type="button" :class="nav == 301 ? 'active' : ''" class="sub-btn" @click="doNav(301)">安全隐患排查</button>
|
||||||
style="text-align: left"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 301 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(301)"
|
|
||||||
>
|
|
||||||
安全隐患排查
|
|
||||||
</button>
|
|
||||||
<!-- <button type="button" :class="nav == 302 ? 'active' : ''" class="sub-btn" @click="doNav(302)">教育培训</button> -->
|
<!-- <button type="button" :class="nav == 302 ? 'active' : ''" class="sub-btn" @click="doNav(302)">教育培训</button> -->
|
||||||
<button
|
<button type="button" :class="nav == 303 ? 'active' : ''" class="sub-btn" @click="doNav(303)">基坑监测</button>
|
||||||
type="button"
|
<button type="button" :class="nav == 304 ? 'active' : ''" class="sub-btn" @click="doNav(304)">塔机监测</button>
|
||||||
:class="nav == 303 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(303)"
|
|
||||||
>
|
|
||||||
基坑监测
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 304 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(304)"
|
|
||||||
>
|
|
||||||
塔机监测
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="header-btn-list-padding menu-row1" style="text-align: left">
|
||||||
class="header-btn-list-padding menu-row1"
|
|
||||||
style="text-align: left"
|
|
||||||
>
|
|
||||||
<!-- <button type="button" :class="nav == 305 ? 'active' : ''" class="sub-btn" @click="doNav(305)">高支模监测</button> -->
|
<!-- <button type="button" :class="nav == 305 ? 'active' : ''" class="sub-btn" @click="doNav(305)">高支模监测</button> -->
|
||||||
<button
|
<button type="button" :class="nav == 306 ? 'active' : ''" class="sub-btn" @click="doNav(306)">配电箱监测</button>
|
||||||
type="button"
|
|
||||||
:class="nav == 306 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(306)"
|
|
||||||
>
|
|
||||||
配电箱监测
|
|
||||||
</button>
|
|
||||||
<!-- <button type="button" :class="nav == 307 ? 'active' : ''" class="sub-btn" @click="doNav(307)">爬架监测</button>
|
<!-- <button type="button" :class="nav == 307 ? 'active' : ''" class="sub-btn" @click="doNav(307)">爬架监测</button>
|
||||||
<button type="button" :class="nav == 308 ? 'active' : ''" class="sub-btn" @click="doNav(308)">升降机监测</button>-->
|
<button type="button" :class="nav == 308 ? 'active' : ''" class="sub-btn" @click="doNav(308)">升降机监测</button>-->
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="header-btn-list-padding menu-row1" style="text-align: left">
|
||||||
class="header-btn-list-padding menu-row1"
|
<button type="button" :class="nav == 309 ? 'active' : ''" class="sub-btn" @click="doNav(309)">视频监控</button>
|
||||||
style="text-align: left"
|
<button type="button" :class="nav == 310 ? 'active' : ''" class="sub-btn" @click="doNav(310)">AI预警</button>
|
||||||
>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 309 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(309)"
|
|
||||||
>
|
|
||||||
视频监控
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 310 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(310)"
|
|
||||||
>
|
|
||||||
AI预警
|
|
||||||
</button>
|
|
||||||
<!-- <button type="button" :class="nav == 311 ? 'active' : ''" class="sub-btn" @click="doNav(311)">标准化管理</button> -->
|
<!-- <button type="button" :class="nav == 311 ? 'active' : ''" class="sub-btn" @click="doNav(311)">标准化管理</button> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div :class="(nav >= 400 && nav < 500) || nav == 4 ? 'head-nav active' : 'head-nav'" style="position: relative" class="has-submenu">
|
||||||
:class="
|
|
||||||
(nav >= 400 && nav < 500) || nav == 4
|
|
||||||
? 'head-nav active'
|
|
||||||
: 'head-nav'
|
|
||||||
"
|
|
||||||
style="position: relative"
|
|
||||||
class="has-submenu"
|
|
||||||
>
|
|
||||||
<div>质量管理</div>
|
<div>质量管理</div>
|
||||||
<div class="header-btn-list">
|
<div class="header-btn-list">
|
||||||
<div class="header-btn-list-arrow"></div>
|
<div class="header-btn-list-arrow"></div>
|
||||||
<div class="header-btn-list-item" style>
|
<div class="header-btn-list-item" style>
|
||||||
<div
|
<div class="header-btn-list-padding menu-row1" style="text-align: left">
|
||||||
class="header-btn-list-padding menu-row1"
|
<button type="button" :class="nav == 401 ? 'active' : ''" class="sub-btn" @click="doNav(401)">质量隐患排查</button>
|
||||||
style="text-align: left"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 401 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(401)"
|
|
||||||
>
|
|
||||||
质量隐患排查
|
|
||||||
</button>
|
|
||||||
<!--
|
<!--
|
||||||
<button type="button" :class="nav == 402 ? 'active' : ''" class="sub-btn" @click="doNav(402)">材料取样复试</button>
|
<button type="button" :class="nav == 402 ? 'active' : ''" class="sub-btn" @click="doNav(402)">材料取样复试</button>
|
||||||
<button type="button" :class="nav == 403 ? 'active' : ''" class="sub-btn" @click="doNav(403)">举牌验收</button>
|
<button type="button" :class="nav == 403 ? 'active' : ''" class="sub-btn" @click="doNav(403)">举牌验收</button>
|
||||||
|
@ -186,39 +66,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div :class="(nav >= 500 && nav < 600) || nav == 5 ? 'head-nav active' : 'head-nav'" style="position: relative" class="has-submenu">
|
||||||
:class="
|
|
||||||
(nav >= 500 && nav < 600) || nav == 5
|
|
||||||
? 'head-nav active'
|
|
||||||
: 'head-nav'
|
|
||||||
"
|
|
||||||
style="position: relative"
|
|
||||||
class="has-submenu"
|
|
||||||
>
|
|
||||||
<div>进度管理</div>
|
<div>进度管理</div>
|
||||||
<div class="header-btn-list">
|
<div class="header-btn-list">
|
||||||
<div class="header-btn-list-arrow"></div>
|
<div class="header-btn-list-arrow"></div>
|
||||||
<div class="header-btn-list-item" style>
|
<div class="header-btn-list-item" style>
|
||||||
<div
|
<div class="header-btn-list-padding menu-row1" style="text-align: left">
|
||||||
class="header-btn-list-padding menu-row1"
|
<button type="button" :class="nav == 502 ? 'active' : ''" class="sub-btn" @click="doNav(502)">进度管理</button>
|
||||||
style="text-align: left"
|
<button type="button" :class="nav == 501 ? 'active' : ''" class="sub-btn" @click="doNav(501)">延时摄影</button>
|
||||||
>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 502 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(502)"
|
|
||||||
>
|
|
||||||
进度管理
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
:class="nav == 501 ? 'active' : ''"
|
|
||||||
class="sub-btn"
|
|
||||||
@click="doNav(501)"
|
|
||||||
>
|
|
||||||
延时摄影
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -226,90 +81,34 @@
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8" class="header-center">
|
<el-col :span="8" class="header-center">
|
||||||
<img
|
<img class="prj-logo" :src="selProject.setting.orgLogo" v-if="selProject && selProject.setting && selProject.setting.orgLogo" />
|
||||||
class="prj-logo"
|
<span class="sp-title">{{ selProject?.setting?.orgName || selProject?.projectName || "数字建安施工管理平台" }}</span>
|
||||||
:src="selProject.setting.orgLogo"
|
|
||||||
v-if="selProject && selProject.setting && selProject.setting.orgLogo"
|
|
||||||
/>
|
|
||||||
<span class="sp-title">{{
|
|
||||||
selProject?.setting?.orgName ||
|
|
||||||
selProject?.projectName ||
|
|
||||||
"数字建安施工管理平台"
|
|
||||||
}}</span>
|
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<div class="head-title-tab" style="display: inline-block">
|
<div class="head-title-tab" style="display: inline-flex">
|
||||||
<div
|
<div :class="nav == 6 ? 'head-nav active' : 'head-nav'" @click="doNav(6)">绿碳中心</div>
|
||||||
:class="nav == 6 ? 'head-nav active' : 'head-nav'"
|
<div :class="nav == 7 ? 'head-nav active' : 'head-nav'" @click="doNav(7)">BIM应用</div>
|
||||||
@click="doNav(6)"
|
|
||||||
>
|
|
||||||
绿碳中心
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="header-title-user-info" style="display: inline-block; float: right">
|
||||||
class="header-title-user-info"
|
<el-select v-model="selProjectId" popper-class="header-sel-project-pop" @change="doProjectSelect">
|
||||||
style="display: inline-block; float: right"
|
<el-option v-for="it in projects" :key="it.id" :label="it.projectName" :value="it.id"></el-option>
|
||||||
>
|
|
||||||
<el-select
|
|
||||||
v-model="selProjectId"
|
|
||||||
popper-class="header-sel-project-pop"
|
|
||||||
@change="doProjectSelect"
|
|
||||||
>
|
|
||||||
<el-option
|
|
||||||
v-for="it in projects"
|
|
||||||
:key="it.id"
|
|
||||||
:label="it.projectName"
|
|
||||||
:value="it.id"
|
|
||||||
></el-option>
|
|
||||||
</el-select>
|
</el-select>
|
||||||
<span class="command" @click="doLogout">
|
<span class="command" @click="doLogout">
|
||||||
{{ nickName }}
|
{{ nickName }}
|
||||||
<i class="el-icon-switch-button"></i>
|
<i class="el-icon-switch-button"></i>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<i
|
<i class="set-fullscreen set-font-size" style="margin-left: 16px; position: absolute; top: 0px; right: 24px" @click="toggleFullScreen">
|
||||||
class="set-fullscreen set-font-size"
|
<svg class="icon" v-if="!isFullScreen" style="width: 20px; vertical-align: middle; fill: currentColor; overflow: hidden" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3304">
|
||||||
style="margin-left: 16px; position: absolute; top: 0px; right: 24px"
|
|
||||||
@click="toggleFullScreen"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
class="icon"
|
|
||||||
v-if="!isFullScreen"
|
|
||||||
style="
|
|
||||||
width: 20px;
|
|
||||||
vertical-align: middle;
|
|
||||||
fill: currentColor;
|
|
||||||
overflow: hidden;
|
|
||||||
"
|
|
||||||
viewBox="0 0 1024 1024"
|
|
||||||
version="1.1"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
p-id="3304"
|
|
||||||
>
|
|
||||||
<path
|
<path
|
||||||
d="M145.066667 85.333333h153.6c25.6 0 42.666667-17.066667 42.666666-42.666666S324.266667 0 298.666667 0H34.133333C25.6 0 17.066667 8.533333 8.533333 17.066667 0 25.6 0 34.133333 0 42.666667v256c0 25.6 17.066667 42.666667 42.666667 42.666666s42.666667-17.066667 42.666666-42.666666V145.066667l230.4 230.4c17.066667 17.066667 42.666667 17.066667 59.733334 0 17.066667-17.066667 17.066667-42.666667 0-59.733334L145.066667 85.333333z m170.666666 563.2L162.133333 802.133333l-76.8 76.8V725.333333C85.333333 699.733333 68.266667 682.666667 42.666667 682.666667s-42.666667 17.066667-42.666667 42.666666v256c0 25.6 17.066667 42.666667 42.666667 42.666667h256c25.6 0 42.666667-17.066667 42.666666-42.666667s-17.066667-42.666667-42.666666-42.666666H145.066667l76.8-76.8 153.6-153.6c17.066667-17.066667 17.066667-42.666667 0-59.733334-17.066667-17.066667-42.666667-17.066667-59.733334 0z m665.6 34.133334c-25.6 0-42.666667 17.066667-42.666666 42.666666v153.6l-76.8-76.8-153.6-153.6c-17.066667-17.066667-42.666667-17.066667-59.733334 0-17.066667 17.066667-17.066667 42.666667 0 59.733334l153.6 153.6 76.8 76.8H725.333333c-25.6 0-42.666667 17.066667-42.666666 42.666666s17.066667 42.666667 42.666666 42.666667h256c25.6 0 42.666667-17.066667 42.666667-42.666667v-256c0-25.6-17.066667-42.666667-42.666667-42.666666z m0-682.666667h-256c-25.6 0-42.666667 17.066667-42.666666 42.666667s17.066667 42.666667 42.666666 42.666666h153.6l-76.8 76.8-153.6 153.6c-17.066667 17.066667-17.066667 42.666667 0 59.733334 17.066667 17.066667 42.666667 17.066667 59.733334 0l153.6-153.6 76.8-76.8v153.6c0 25.6 17.066667 42.666667 42.666666 42.666666s42.666667-17.066667 42.666667-42.666666v-256c0-25.6-17.066667-42.666667-42.666667-42.666667z"
|
d="M145.066667 85.333333h153.6c25.6 0 42.666667-17.066667 42.666666-42.666666S324.266667 0 298.666667 0H34.133333C25.6 0 17.066667 8.533333 8.533333 17.066667 0 25.6 0 34.133333 0 42.666667v256c0 25.6 17.066667 42.666667 42.666667 42.666666s42.666667-17.066667 42.666666-42.666666V145.066667l230.4 230.4c17.066667 17.066667 42.666667 17.066667 59.733334 0 17.066667-17.066667 17.066667-42.666667 0-59.733334L145.066667 85.333333z m170.666666 563.2L162.133333 802.133333l-76.8 76.8V725.333333C85.333333 699.733333 68.266667 682.666667 42.666667 682.666667s-42.666667 17.066667-42.666667 42.666666v256c0 25.6 17.066667 42.666667 42.666667 42.666667h256c25.6 0 42.666667-17.066667 42.666666-42.666667s-17.066667-42.666667-42.666666-42.666666H145.066667l76.8-76.8 153.6-153.6c17.066667-17.066667 17.066667-42.666667 0-59.733334-17.066667-17.066667-42.666667-17.066667-59.733334 0z m665.6 34.133334c-25.6 0-42.666667 17.066667-42.666666 42.666666v153.6l-76.8-76.8-153.6-153.6c-17.066667-17.066667-42.666667-17.066667-59.733334 0-17.066667 17.066667-17.066667 42.666667 0 59.733334l153.6 153.6 76.8 76.8H725.333333c-25.6 0-42.666667 17.066667-42.666666 42.666666s17.066667 42.666667 42.666666 42.666667h256c25.6 0 42.666667-17.066667 42.666667-42.666667v-256c0-25.6-17.066667-42.666667-42.666667-42.666666z m0-682.666667h-256c-25.6 0-42.666667 17.066667-42.666666 42.666667s17.066667 42.666667 42.666666 42.666666h153.6l-76.8 76.8-153.6 153.6c-17.066667 17.066667-17.066667 42.666667 0 59.733334 17.066667 17.066667 42.666667 17.066667 59.733334 0l153.6-153.6 76.8-76.8v153.6c0 25.6 17.066667 42.666667 42.666666 42.666666s42.666667-17.066667 42.666667-42.666666v-256c0-25.6-17.066667-42.666667-42.666667-42.666667z"
|
||||||
fill
|
fill
|
||||||
p-id="3305"
|
p-id="3305" />
|
||||||
/>
|
|
||||||
</svg>
|
</svg>
|
||||||
<svg
|
<svg class="icon" v-else style="width: 24px; vertical-align: middle; fill: currentColor; overflow: hidden" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3952">
|
||||||
class="icon"
|
|
||||||
v-else
|
|
||||||
style="
|
|
||||||
width: 24px;
|
|
||||||
vertical-align: middle;
|
|
||||||
fill: currentColor;
|
|
||||||
overflow: hidden;
|
|
||||||
"
|
|
||||||
viewBox="0 0 1024 1024"
|
|
||||||
version="1.1"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
p-id="3952"
|
|
||||||
>
|
|
||||||
<path
|
<path
|
||||||
d="M384 597.333333h-256c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667h153.6L17.066667 947.2c-17.066667 17.066667-17.066667 42.666667 0 59.733333 17.066667 17.066667 42.666667 17.066667 59.733333 0L341.333333 742.4v153.6c0 25.6 17.066667 42.666667 42.666667 42.666667s42.666667-17.066667 42.666667-42.666667v-256c0-25.6-17.066667-42.666667-42.666667-42.666667z m358.4 85.333334h153.6c25.6 0 42.666667-17.066667 42.666667-42.666667s-17.066667-42.666667-42.666667-42.666667h-256c-25.6 0-42.666667 17.066667-42.666667 42.666667v256c0 25.6 17.066667 42.666667 42.666667 42.666667s42.666667-17.066667 42.666667-42.666667V742.4l264.533333 264.533333c17.066667 17.066667 42.666667 17.066667 59.733333 0 17.066667-17.066667 17.066667-42.666667 0-59.733333L742.4 682.666667zM640 426.666667h256c25.6 0 42.666667-17.066667 42.666667-42.666667s-17.066667-42.666667-42.666667-42.666667H742.4L1006.933333 76.8c17.066667-17.066667 17.066667-42.666667 0-59.733333-17.066667-17.066667-42.666667-17.066667-59.733333 0L682.666667 281.6V128c0-25.6-17.066667-42.666667-42.666667-42.666667s-42.666667 17.066667-42.666667 42.666667v256c0 25.6 17.066667 42.666667 42.666667 42.666667z m-256-341.333334c-25.6 0-42.666667 17.066667-42.666667 42.666667v153.6L76.8 8.533333C59.733333 0 25.6 0 8.533333 8.533333 0 25.6 0 59.733333 8.533333 76.8L281.6 341.333333H128c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667h256c25.6 0 42.666667-17.066667 42.666667-42.666667v-256c0-25.6-17.066667-42.666667-42.666667-42.666667z"
|
d="M384 597.333333h-256c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667h153.6L17.066667 947.2c-17.066667 17.066667-17.066667 42.666667 0 59.733333 17.066667 17.066667 42.666667 17.066667 59.733333 0L341.333333 742.4v153.6c0 25.6 17.066667 42.666667 42.666667 42.666667s42.666667-17.066667 42.666667-42.666667v-256c0-25.6-17.066667-42.666667-42.666667-42.666667z m358.4 85.333334h153.6c25.6 0 42.666667-17.066667 42.666667-42.666667s-17.066667-42.666667-42.666667-42.666667h-256c-25.6 0-42.666667 17.066667-42.666667 42.666667v256c0 25.6 17.066667 42.666667 42.666667 42.666667s42.666667-17.066667 42.666667-42.666667V742.4l264.533333 264.533333c17.066667 17.066667 42.666667 17.066667 59.733333 0 17.066667-17.066667 17.066667-42.666667 0-59.733333L742.4 682.666667zM640 426.666667h256c25.6 0 42.666667-17.066667 42.666667-42.666667s-17.066667-42.666667-42.666667-42.666667H742.4L1006.933333 76.8c17.066667-17.066667 17.066667-42.666667 0-59.733333-17.066667-17.066667-42.666667-17.066667-59.733333 0L682.666667 281.6V128c0-25.6-17.066667-42.666667-42.666667-42.666667s-42.666667 17.066667-42.666667 42.666667v256c0 25.6 17.066667 42.666667 42.666667 42.666667z m-256-341.333334c-25.6 0-42.666667 17.066667-42.666667 42.666667v153.6L76.8 8.533333C59.733333 0 25.6 0 8.533333 8.533333 0 25.6 0 59.733333 8.533333 76.8L281.6 341.333333H128c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667h256c25.6 0 42.666667-17.066667 42.666667-42.666667v-256c0-25.6-17.066667-42.666667-42.666667-42.666667z"
|
||||||
p-id="3953"
|
p-id="3953" />
|
||||||
/>
|
|
||||||
</svg>
|
</svg>
|
||||||
</i>
|
</i>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
@ -427,6 +226,9 @@ export default {
|
||||||
case 6:
|
case 6:
|
||||||
this.$router.push("/greenCarbon");
|
this.$router.push("/greenCarbon");
|
||||||
break;
|
break;
|
||||||
|
case 7:
|
||||||
|
this.$router.push("/bimManage");
|
||||||
|
break;
|
||||||
case 102:
|
case 102:
|
||||||
this.$router.push("/labor");
|
this.$router.push("/labor");
|
||||||
break;
|
break;
|
||||||
|
@ -466,6 +268,7 @@ export default {
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
|
width: 200px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue