|
@@ -19,8 +19,7 @@
|
|
|
<work-order-processing-status></work-order-processing-status>
|
|
|
</div>
|
|
|
<div class="index-content-right-buttom" @click="toggleShow"><span></span>{{ !showChart ? '显示' : '隐藏' }}图表</div>
|
|
|
- <div class="index-dotting-list" :class="showChart ? '' : 'showChart'" >
|
|
|
- <!-- <div class="index-dotting-list" :class="showChart ? '' : 'showChart'" v-if="menuListShow"></div> -->
|
|
|
+ <div class="index-dotting-list" :class="showChart ? '' : 'showChart'" v-if="menuListShow">
|
|
|
<div class="list-type" @click="addPoint()" :class="{ thisDotting: openCur == 1 }">
|
|
|
<span class="zoniot_font zoniot-icon-tianjia1"></span>添加
|
|
|
</div>
|