|
|
@@ -5,10 +5,26 @@
|
|
|
class="ship-search"
|
|
|
style="position: absolute; top: 40px; right: 524px"
|
|
|
></ShipSearch>
|
|
|
- <NumberVue style="position: absolute; top: 0; left: 0"></NumberVue>
|
|
|
+ <NumberVue
|
|
|
+ v-if="this.$store.state.currentTabText != '环境中心'"
|
|
|
+ style="position: absolute; top: 0; left: 0"
|
|
|
+ ></NumberVue>
|
|
|
<SafetyModule
|
|
|
+ v-if="this.$store.state.currentTabText == '运输安全管理中心'"
|
|
|
style="position: absolute; top: 24px; right: 34px"
|
|
|
></SafetyModule>
|
|
|
+ <IntelligentModule
|
|
|
+ v-if="this.$store.state.currentTabText == '智能交易中心'"
|
|
|
+ style="position: absolute; top: 24px; right: 34px"
|
|
|
+ ></IntelligentModule>
|
|
|
+ <EnvironmentalModule
|
|
|
+ v-if="this.$store.state.currentTabText == '环境中心'"
|
|
|
+ style="position: absolute; top: 24px; right: 34px"
|
|
|
+ ></EnvironmentalModule>
|
|
|
+ <Warning
|
|
|
+ v-if="this.$store.state.currentTabText == '环境中心'"
|
|
|
+ style="position: absolute; top: 40px; left: 20px; right: 744px"
|
|
|
+ ></Warning>
|
|
|
</div>
|
|
|
</template>
|
|
|
|