xTable查询框前间隔,退出系统按钮点击有时会无法成功
parent
b583be5465
commit
23b23f9200
|
@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => {
|
||||||
proxyForm = true
|
proxyForm = true
|
||||||
options.formConfig = {
|
options.formConfig = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
titleWidth: 180,
|
titleWidth: 110,
|
||||||
titleAlign: 'right',
|
titleAlign: 'right',
|
||||||
items: allSchemas.searchSchema
|
items: allSchemas.searchSchema
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,9 +66,9 @@ const toDocument = () => {
|
||||||
<Icon icon="ep:menu" />
|
<Icon icon="ep:menu" />
|
||||||
<div @click="toDocument">{{ t('common.document') }}</div>
|
<div @click="toDocument">{{ t('common.document') }}</div>
|
||||||
</ElDropdownItem>
|
</ElDropdownItem>
|
||||||
<ElDropdownItem divided>
|
<ElDropdownItem divided @click="loginOut">
|
||||||
<Icon icon="ep:switch-button" />
|
<Icon icon="ep:switch-button" />
|
||||||
<div @click="loginOut">{{ t('common.loginOut') }}</div>
|
<div>{{ t('common.loginOut') }}</div>
|
||||||
</ElDropdownItem>
|
</ElDropdownItem>
|
||||||
</ElDropdownMenu>
|
</ElDropdownMenu>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue