|
@@ -66,7 +66,7 @@
|
|
<div class='system-equipments' style="padding-top:2rem; margin-bottom:2rem;">
|
|
<div class='system-equipments' style="padding-top:2rem; margin-bottom:2rem;">
|
|
<div class='number' v-for='(equip , index) in item.assetTypeList' :key='index'>
|
|
<div class='number' v-for='(equip , index) in item.assetTypeList' :key='index'>
|
|
<div class="title">
|
|
<div class="title">
|
|
- <P :title="equip.category_name">{{equip.category_name}}</p>
|
|
|
|
|
|
+ <P :style="{width: equip.category_name.length>6 ? '10rem' : 'auto'}" :title="equip.category_name">{{equip.category_name}}</p>
|
|
<span :style="{right: equip.is_exception_num > 99 ? '-2rem' : equip.is_exception_num > 9 ? '-1.5rem' :'-1rem'}" v-if='equip.is_exception_num'>{{equip.is_exception_num}}</span>
|
|
<span :style="{right: equip.is_exception_num > 99 ? '-2rem' : equip.is_exception_num > 9 ? '-1.5rem' :'-1rem'}" v-if='equip.is_exception_num'>{{equip.is_exception_num}}</span>
|
|
</div>
|
|
</div>
|
|
<p> <span>{{equip.asset_num}}</span><span>台</span></p>
|
|
<p> <span>{{equip.asset_num}}</span><span>台</span></p>
|
|
@@ -82,7 +82,7 @@
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
- <div v-else style='width:65%;text-align:center;'>暂无数据</div>
|
|
|
|
|
|
+ <div v-else style='width:65%;text-align:center;'> 暂无数据</div>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
@@ -100,10 +100,10 @@
|
|
<div class='img'>
|
|
<div class='img'>
|
|
<img src='../../assets/images/icons/audit.png' />
|
|
<img src='../../assets/images/icons/audit.png' />
|
|
</div>
|
|
</div>
|
|
- <p>当月说明书更新项目数量</p>
|
|
|
|
|
|
+ <p>当月说明书更新数量</p>
|
|
<div class="describe">
|
|
<div class="describe">
|
|
<span style="margin-right:20px;">更新广场数量 <strong>{{plazaInfoCount.rptChangeCount}}</strong></span>
|
|
<span style="margin-right:20px;">更新广场数量 <strong>{{plazaInfoCount.rptChangeCount}}</strong></span>
|
|
- <span>更新事项数量 <strong>{{plazaInfoCount.zhsxChangeCount}}</strong></span>
|
|
|
|
|
|
+ <span>更新事项数量<strong>{{plazaInfoCount.zhsxChangeCount}}</strong></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
@@ -624,6 +624,8 @@ export default {
|
|
if (res.result == 'success') {
|
|
if (res.result == 'success') {
|
|
let result = res.data
|
|
let result = res.data
|
|
if (result && Array.isArray(result)) {
|
|
if (result && Array.isArray(result)) {
|
|
|
|
+ console.log(result)
|
|
|
|
+ result[6].assetTypeList[0].is_exception_num = 100
|
|
result.forEach(item => {
|
|
result.forEach(item => {
|
|
let list = item.assetTypeList
|
|
let list = item.assetTypeList
|
|
if (list) {
|
|
if (list) {
|
|
@@ -708,6 +710,7 @@ export default {
|
|
center: new L.LatLng(38, 103),
|
|
center: new L.LatLng(38, 103),
|
|
zoom: 4,
|
|
zoom: 4,
|
|
crs: L.CRS.EPSG3857,
|
|
crs: L.CRS.EPSG3857,
|
|
|
|
+ // minZoom:
|
|
zoomControl: false,
|
|
zoomControl: false,
|
|
boxZoom: false,
|
|
boxZoom: false,
|
|
attributionControl: false,
|
|
attributionControl: false,
|
|
@@ -1365,7 +1368,6 @@ export default {
|
|
p{
|
|
p{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
position: relative;
|
|
position: relative;
|
|
- width: 12rem;
|
|
|
|
color: #1f2429;
|
|
color: #1f2429;
|
|
font-size: 1.4rem;
|
|
font-size: 1.4rem;
|
|
line-height: 2rem;
|
|
line-height: 2rem;
|