update screen 2, 8, 9, 10, 27, 33, 34
This commit is contained in:
@ -112,13 +112,6 @@
|
||||
}" />
|
||||
<!-- <router-view :key="$route.fullPath"/> -->
|
||||
</div>
|
||||
<!--
|
||||
v-model="treeValue"
|
||||
return-object
|
||||
@input="treeModel"
|
||||
@update:active="clkTab"
|
||||
|
||||
-->
|
||||
<AdminMenu :miniVariant="miniVariant" :userNm="this.userInfo.userNm" :comId="this.userInfo.comId" v-if="false" />
|
||||
|
||||
<component ref="changePswdPop" :is="'ChangePswdPop'" v-show="false" :comId="this.userInfo.comId" />
|
||||
@ -148,14 +141,6 @@
|
||||
</button>
|
||||
</template>
|
||||
</v-treeview>
|
||||
<!-- <template #append>
|
||||
<p
|
||||
class="text-caption"
|
||||
:style="{ letterSpacing: '-0.2px !important' }"
|
||||
>
|
||||
© 2022. SK C&C all rights reserved.
|
||||
</p>
|
||||
</template> -->
|
||||
</v-navigation-drawer>
|
||||
</div>
|
||||
|
||||
@ -322,19 +307,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</v-main>
|
||||
<!-- <v-footer
|
||||
:absolute="!fixed"
|
||||
app
|
||||
:class="
|
||||
drawer
|
||||
? miniVariant
|
||||
? 'drawerFooter miniFooter'
|
||||
: 'drawerFooter'
|
||||
: 'full-size'
|
||||
"
|
||||
>
|
||||
<span>© 2022. SK C&C all rights reserved.</span>
|
||||
</v-footer> -->
|
||||
</fullscreen>
|
||||
</v-app>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user