mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-17 17:32:47 +00:00
style 去除语言切换功能
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" />
|
||||
|
||||
<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" />
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
LayoutBreadcrumb,
|
||||
LayoutMenu,
|
||||
UserDropDown,
|
||||
AppLocalePicker,
|
||||
// AppLocalePicker,
|
||||
FullScreen,
|
||||
Notify,
|
||||
AppSearch,
|
||||
|
@@ -40,7 +40,9 @@
|
||||
</a-form-item>
|
||||
<a-form-item name="component">
|
||||
<template #label>
|
||||
<basic-title help-message="Layout 和 Iframe可以直接输入,自定义组件需要输入/src/views/下的全路径">组件</basic-title>
|
||||
<basic-title help-message="Layout 和 Iframe可以直接输入,为空为在新页面打开访问地址,自定义组件需要输入/src/views/下的全路径">
|
||||
组件
|
||||
</basic-title>
|
||||
</template>
|
||||
<a-input v-model:value="form.component" :disabled="showable" placeholder="请输入组件名称" />
|
||||
</a-form-item>
|
||||
|
Reference in New Issue
Block a user