fix: BUG修改
This commit is contained in:
parent
b2c1698948
commit
a6d5200ce5
BIN
src/assets/images/AIwaring/dustMapWhite.png
Normal file
BIN
src/assets/images/AIwaring/dustMapWhite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@ -1,6 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="card table-search" v-if="columns.length">
|
<div class="card table-search" v-if="columns.length">
|
||||||
<el-form :inline="true" style="display: flex; flex-wrap: wrap" ref="formRef" :model="searchParam">
|
<el-form
|
||||||
|
:inline="true"
|
||||||
|
style="display: flex; flex-wrap: wrap"
|
||||||
|
ref="formRef"
|
||||||
|
:model="searchParam"
|
||||||
|
@keyup.native.enter="search"
|
||||||
|
>
|
||||||
<div v-for="(item, index) in columns" class="girdItem" :key="item.prop">
|
<div v-for="(item, index) in columns" class="girdItem" :key="item.prop">
|
||||||
<el-form-item :label="`${item.label} `">
|
<el-form-item :label="`${item.label} `">
|
||||||
<SearchFormItem :column="item" :searchParam="searchParam" />
|
<SearchFormItem :column="item" :searchParam="searchParam" />
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress }}</span>
|
<span class="middleSize">{{ data.projectAddress }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div>
|
<!-- <div>
|
||||||
|
|||||||
@ -512,7 +512,7 @@ onMounted(async () => {
|
|||||||
color: var(--el-menu-text-color);
|
color: var(--el-menu-text-color);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
> div:nth-child(1) {
|
> div:nth-child(1) {
|
||||||
width: calc(62% - 4px);
|
width: calc(62% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -532,32 +532,32 @@ onMounted(async () => {
|
|||||||
color: var(--el-menu-text-color);
|
color: var(--el-menu-text-color);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
> div:nth-child(1) {
|
> div:nth-child(1) {
|
||||||
width: 14%;
|
width: calc(14% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(2) {
|
> div:nth-child(2) {
|
||||||
width: 5%;
|
width: calc(5% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(3) {
|
> div:nth-child(3) {
|
||||||
width: 43%;
|
width: calc(43% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(4) {
|
> div:nth-child(4) {
|
||||||
width: 8%;
|
width: calc(8% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(5) {
|
> div:nth-child(5) {
|
||||||
width: 9%;
|
width: calc(9% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(6) {
|
> div:nth-child(6) {
|
||||||
width: 10%;
|
width: calc(10% - 2px);
|
||||||
border-bottom: 2px solid #086d93;
|
border-bottom: 2px solid #086d93;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -582,7 +582,7 @@ onMounted(async () => {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
border-bottom: 1px solid #086d93;
|
border-bottom: 1px solid #086d93;
|
||||||
.category-title {
|
.category-title {
|
||||||
width: calc(14% - 1px);
|
width: calc(14% - 2px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -597,40 +597,40 @@ onMounted(async () => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
> div:nth-child(1) {
|
> div:nth-child(1) {
|
||||||
width: calc(6% - 3px);
|
width: calc(6% - 4px);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(2) {
|
> div:nth-child(2) {
|
||||||
width: calc(50% - 5px);
|
width: calc(50% - 2px);
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
> div:nth-child(3) {
|
> div:nth-child(3) {
|
||||||
width: calc(9% + 3px);
|
width: calc(9% + 1px);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(4) {
|
> div:nth-child(4) {
|
||||||
width: calc(10% + 4px);
|
width: calc(11% - 8px);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(5) {
|
> div:nth-child(5) {
|
||||||
width: calc(11% + 5px);
|
width: calc(12% - 6px);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(6) {
|
> div:nth-child(6) {
|
||||||
width: calc(13% - 3px);
|
width: 12%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -670,7 +670,7 @@ onMounted(async () => {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
border-bottom: 1px solid #086d93;
|
border-bottom: 1px solid #086d93;
|
||||||
> div:nth-child(1) {
|
> div:nth-child(1) {
|
||||||
width: calc(62% - 4px);
|
width: calc(62% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -679,7 +679,7 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div:nth-child(2) {
|
> div:nth-child(2) {
|
||||||
width: 8%;
|
width: calc(8% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -688,7 +688,7 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div:nth-child(3) {
|
> div:nth-child(3) {
|
||||||
width: calc(9% - 1px);
|
width: calc(9% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -697,13 +697,13 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div:nth-child(4) {
|
> div:nth-child(4) {
|
||||||
width: 3%;
|
width: calc(11% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
> div:nth-child(5) {
|
> div:nth-child(5) {
|
||||||
width: 3%;
|
width: 10%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -724,7 +724,7 @@ onMounted(async () => {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
border-bottom: 1px solid #086d93;
|
border-bottom: 1px solid #086d93;
|
||||||
> div:nth-child(1) {
|
> div:nth-child(1) {
|
||||||
width: calc(62% - 4px);
|
width: calc(62% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -733,7 +733,7 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div:nth-child(2) {
|
> div:nth-child(2) {
|
||||||
width: 8%;
|
width: calc(8% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -742,7 +742,7 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div:nth-child(3) {
|
> div:nth-child(3) {
|
||||||
width: calc(9% - 1px);
|
width: calc(9% - 2px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -751,7 +751,7 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div:nth-child(4) {
|
> div:nth-child(4) {
|
||||||
width: calc(12% - 4px);
|
width: 21%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
@ -17,7 +17,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div>
|
<!-- <div>
|
||||||
|
|||||||
@ -16,7 +16,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -15,7 +15,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -15,7 +15,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -17,7 +17,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -15,7 +15,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -15,7 +15,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
<span class="projectName">{{ data.projectName || data.engineeringName }}</span>
|
<span class="projectName">{{ data.projectName || data.engineeringName }}</span>
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div>
|
<!-- <div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div>
|
<!-- <div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -17,7 +17,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div>
|
<!-- <div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -17,7 +17,11 @@
|
|||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="leftMenu_item flx-justify-between">
|
<div class="leftMenu_item flx-justify-between">
|
||||||
<div style="margin-top: 5px" class="flx-justify-between">
|
<div style="margin-top: 5px" class="flx-justify-between">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img
|
||||||
|
style="margin-right: 5px; width: 25px; height: 25px"
|
||||||
|
src="@/assets/images/AIwaring/dustMapWhite.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}}</span>
|
}}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
<span class="projectName">{{ (data as any).projectName || (data as any).engineeringName }}</span>
|
<span class="projectName">{{ (data as any).projectName || (data as any).engineeringName }}</span>
|
||||||
<div class="leftMenu_item">
|
<div class="leftMenu_item">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<img style="margin-right: 5px" src="@/assets/images/AIwaring/dustMap.png" alt="" />
|
<img style="margin-right: 5px; width: 25px; height: 25px" src="@/assets/images/AIwaring/dustMapWhite.png" alt="" />
|
||||||
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
<span class="middleSize">{{ data.projectAddress || data.address }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user