[update] 修改高级检索

This commit is contained in:
lideqin
2023-11-30 10:32:51 +08:00
parent 047d1a988c
commit 303364b65a
3 changed files with 152 additions and 147 deletions
@@ -173,11 +173,11 @@
</a-col>
</template>
<!--其它模块展示-->
<template>
<template v-if="isSearch">
<p class="tag-info">{{ $t('system.tag.displayOtherModules') }}</p>
<a-divider dashed />
<!--搜索中心展示-->
<a-col :span="24">
<a-col :span="24" v-if="isSearch">
<a-form-model-item :label="$t('system.tag.searchCenterDisplay')" prop="isShowSearch">
<j-dict-select-tag type="list" v-model="form.isShowSearch" dictCode="yn"
:placeholder="$t('system.tag.selectSearchCenterDisplayed')" />