|
|
@ -24,19 +24,12 @@ |
|
|
|
<!-- action --> |
|
|
|
<!-- action --> |
|
|
|
<div :class="`${prefixCls}-action`"> |
|
|
|
<div :class="`${prefixCls}-action`"> |
|
|
|
<AppSearch :class="`${prefixCls}-action__item `" v-if="getShowSearch" /> |
|
|
|
<AppSearch :class="`${prefixCls}-action__item `" v-if="getShowSearch" /> |
|
|
|
|
|
|
|
|
|
|
|
<ErrorAction v-if="getUseErrorHandle" :class="`${prefixCls}-action__item error-action`" /> |
|
|
|
<ErrorAction v-if="getUseErrorHandle" :class="`${prefixCls}-action__item error-action`" /> |
|
|
|
|
|
|
|
|
|
|
|
<Notify v-if="getShowNotice" :class="`${prefixCls}-action__item notify-item`" /> |
|
|
|
<Notify v-if="getShowNotice" :class="`${prefixCls}-action__item notify-item`" /> |
|
|
|
|
|
|
|
|
|
|
|
<FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" /> |
|
|
|
<FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" /> |
|
|
|
|
|
|
|
|
|
|
|
<LockScreen v-if="getUseLockPage" /> |
|
|
|
<LockScreen v-if="getUseLockPage" /> |
|
|
|
|
|
|
|
<!-- <AppLocalePicker v-if="getShowLocalePicker" :reload="true" :showText="false" :class="`${prefixCls}-action__item`" />--> |
|
|
|
<AppLocalePicker v-if="getShowLocalePicker" :reload="true" :showText="false" :class="`${prefixCls}-action__item`" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<UserDropDown :theme="getHeaderTheme" /> |
|
|
|
<UserDropDown :theme="getHeaderTheme" /> |
|
|
|
|
|
|
|
|
|
|
|
<SettingDrawer v-if="getShowSetting" :class="`${prefixCls}-action__item`" /> |
|
|
|
<SettingDrawer v-if="getShowSetting" :class="`${prefixCls}-action__item`" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</Header> |
|
|
|
</Header> |
|
|
|