Merge branch 'StableVersion' into develop
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<div class="button_second Guide_1_31" @click="exportModel()">
|
||||
{{ $t('HomeView.Export') }}
|
||||
</div>
|
||||
<div
|
||||
<!-- <div
|
||||
:class="[
|
||||
'icon',
|
||||
'iconfont',
|
||||
@@ -124,12 +124,12 @@
|
||||
isShowOperate ? 'icon_rotate' : '',
|
||||
]"
|
||||
@click.stop="changeShowOperateContent()"
|
||||
></div>
|
||||
<div class="export_nav" v-show="isShowOperate" @click.stop="">
|
||||
></div> -->
|
||||
<!-- <div class="export_nav" v-show="isShowOperate" @click.stop="">
|
||||
<a-checkbox v-for="item in exportNav" v-model:checked="item.change" :disabled='item.noChange'>
|
||||
{{ item.name }}
|
||||
</a-checkbox>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user