Merge branch 'lichang' into lite

This commit is contained in:
TsMask
2025-05-23 16:09:38 +08:00
15 changed files with 78 additions and 86 deletions

View File

@@ -289,15 +289,32 @@ onMounted(() => {
<!-- 插槽-卡片右侧 -->
<template #extra>
<a-auto-complete
v-model:value="queryParams.title"
:options="neListStore.getNeSelectOtions"
allow-clear
size="small"
:placeholder="t('common.inputPlease')"
@change="fnGetList(1)"
style="width: 180px"
/>
<a-space :size="8" align="center" direction="horizontal">
<a-form layout="inline">
<a-form-item :label="t('views.ne.neHost.hostType')" name="hostType">
<a-select
v-model:value="queryParams.hostType"
:options="dict.neHostType"
allow-clear
size="small"
:placeholder="t('common.selectPlease')"
@change="fnGetList(1)"
style="width: 100px"
/>
</a-form-item>
<a-form-item :label="t('views.ne.neHost.title')" name="title">
<a-auto-complete
v-model:value="queryParams.title"
:options="neListStore.getNeSelectOtions"
allow-clear
size="small"
:placeholder="t('common.inputPlease')"
@change="fnGetList(1)"
style="width: 180px"
/>
</a-form-item>
</a-form>
</a-space>
</template>
<!-- 表格列表 -->