mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 10:57:08 +08:00 
			
		
		
		
	chore: 消除搜索框歧义,明确可输入项
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
				
			|||||||
      @refresh="search"
 | 
					      @refresh="search"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <template #custom-left>
 | 
					      <template #custom-left>
 | 
				
			||||||
        <a-input v-model="queryForm.nickname" placeholder="请输入用户名或昵称" allow-clear @change="search">
 | 
					        <a-input v-model="queryForm.nickname" placeholder="请输入用户名/昵称" allow-clear @change="search">
 | 
				
			||||||
          <template #prefix><icon-search /></template>
 | 
					          <template #prefix><icon-search /></template>
 | 
				
			||||||
        </a-input>
 | 
					        </a-input>
 | 
				
			||||||
        <DateRangePicker v-model="queryForm.loginTime" @change="search" />
 | 
					        <DateRangePicker v-model="queryForm.loginTime" @change="search" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,7 +18,7 @@
 | 
				
			|||||||
        <IconRight v-else />
 | 
					        <IconRight v-else />
 | 
				
			||||||
      </template>
 | 
					      </template>
 | 
				
			||||||
      <template #custom-left>
 | 
					      <template #custom-left>
 | 
				
			||||||
        <a-input v-model="queryForm.description" placeholder="请输入关键词" allow-clear @change="search">
 | 
					        <a-input v-model="queryForm.description" placeholder="请输入名称/描述" allow-clear @change="search">
 | 
				
			||||||
          <template #prefix><icon-search /></template>
 | 
					          <template #prefix><icon-search /></template>
 | 
				
			||||||
        </a-input>
 | 
					        </a-input>
 | 
				
			||||||
        <a-select
 | 
					        <a-select
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
    </a-row>
 | 
					    </a-row>
 | 
				
			||||||
    <a-row align="stretch" :gutter="14" class="h-full page_content">
 | 
					    <a-row align="stretch" :gutter="14" class="h-full page_content">
 | 
				
			||||||
      <a-col :xs="0" :sm="8" :md="7" :lg="6" :xl="5" :xxl="4" flex="260px" class="h-full ov-hidden">
 | 
					      <a-col :xs="0" :sm="8" :md="7" :lg="6" :xl="5" :xxl="4" flex="260px" class="h-full ov-hidden">
 | 
				
			||||||
        <DictTree placeholder="请输入关键词" @node-click="handleSelectDict" />
 | 
					        <DictTree placeholder="请输入名称/编码/描述" @node-click="handleSelectDict" />
 | 
				
			||||||
      </a-col>
 | 
					      </a-col>
 | 
				
			||||||
      <a-col :xs="24" :sm="16" :md="17" :lg="18" :xl="19" :xxl="20" flex="1" class="h-full ov-hidden">
 | 
					      <a-col :xs="24" :sm="16" :md="17" :lg="18" :xl="19" :xxl="20" flex="1" class="h-full ov-hidden">
 | 
				
			||||||
        <GiTable
 | 
					        <GiTable
 | 
				
			||||||
@@ -24,7 +24,7 @@
 | 
				
			|||||||
        @refresh="search"
 | 
					        @refresh="search"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
          <template #custom-left>
 | 
					          <template #custom-left>
 | 
				
			||||||
            <a-input v-model="queryForm.description" placeholder="请输入关键词" allow-clear @change="search">
 | 
					            <a-input v-model="queryForm.description" placeholder="请输入标签/描述" allow-clear @change="search">
 | 
				
			||||||
              <template #prefix><icon-search /></template>
 | 
					              <template #prefix><icon-search /></template>
 | 
				
			||||||
            </a-input>
 | 
					            </a-input>
 | 
				
			||||||
            <a-button @click="reset">重置</a-button>
 | 
					            <a-button @click="reset">重置</a-button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@
 | 
				
			|||||||
      @refresh="search"
 | 
					      @refresh="search"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <template #custom-left>
 | 
					      <template #custom-left>
 | 
				
			||||||
        <a-input v-model="queryForm.title" placeholder="请输入公告标题" allow-clear @change="search">
 | 
					        <a-input v-model="queryForm.title" placeholder="请输入标题" allow-clear @change="search">
 | 
				
			||||||
          <template #prefix><icon-search /></template>
 | 
					          <template #prefix><icon-search /></template>
 | 
				
			||||||
        </a-input>
 | 
					        </a-input>
 | 
				
			||||||
        <a-select
 | 
					        <a-select
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@
 | 
				
			|||||||
      @refresh="search"
 | 
					      @refresh="search"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <template #custom-left>
 | 
					      <template #custom-left>
 | 
				
			||||||
        <a-input v-model="queryForm.description" placeholder="请输入关键词" allow-clear @change="search">
 | 
					        <a-input v-model="queryForm.description" placeholder="请输入名称/编码/描述" allow-clear @change="search">
 | 
				
			||||||
          <template #prefix><icon-search /></template>
 | 
					          <template #prefix><icon-search /></template>
 | 
				
			||||||
        </a-input>
 | 
					        </a-input>
 | 
				
			||||||
        <a-button @click="reset">重置</a-button>
 | 
					        <a-button @click="reset">重置</a-button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@
 | 
				
			|||||||
      @refresh="search"
 | 
					      @refresh="search"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <template #custom-left>
 | 
					      <template #custom-left>
 | 
				
			||||||
        <a-input v-model="queryForm.description" placeholder="请输入关键词" allow-clear @change="search">
 | 
					        <a-input v-model="queryForm.description" placeholder="请输入名称/编码/描述" allow-clear @change="search">
 | 
				
			||||||
          <template #prefix><icon-search /></template>
 | 
					          <template #prefix><icon-search /></template>
 | 
				
			||||||
        </a-input>
 | 
					        </a-input>
 | 
				
			||||||
        <a-select
 | 
					        <a-select
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,14 +9,14 @@
 | 
				
			|||||||
    </a-row>
 | 
					    </a-row>
 | 
				
			||||||
    <a-row align="stretch" :gutter="14" class="h-full page_content">
 | 
					    <a-row align="stretch" :gutter="14" class="h-full page_content">
 | 
				
			||||||
      <a-col :xs="0" :sm="8" :md="7" :lg="6" :xl="5" :xxl="4" flex="260px" class="h-full ov-hidden">
 | 
					      <a-col :xs="0" :sm="8" :md="7" :lg="6" :xl="5" :xxl="4" flex="260px" class="h-full ov-hidden">
 | 
				
			||||||
        <DeptTree placeholder="请输入关键词" @node-click="handleSelectDept" />
 | 
					        <DeptTree placeholder="请输入名称/描述" @node-click="handleSelectDept" />
 | 
				
			||||||
      </a-col>
 | 
					      </a-col>
 | 
				
			||||||
      <a-col :xs="24" :sm="16" :md="17" :lg="18" :xl="19" :xxl="20" flex="1" class="h-full ov-hidden">
 | 
					      <a-col :xs="24" :sm="16" :md="17" :lg="18" :xl="19" :xxl="20" flex="1" class="h-full ov-hidden">
 | 
				
			||||||
        <GiTable row-key="id" :data="dataList" :columns="columns" :loading="loading"
 | 
					        <GiTable row-key="id" :data="dataList" :columns="columns" :loading="loading"
 | 
				
			||||||
                 :scroll="{ x: '100%', y: '100%', minWidth: 1500 }" :pagination="pagination" :disabled-tools="['size']"
 | 
					                 :scroll="{ x: '100%', y: '100%', minWidth: 1500 }" :pagination="pagination" :disabled-tools="['size']"
 | 
				
			||||||
                 :disabled-column-keys="['username']" @refresh="search">
 | 
					                 :disabled-column-keys="['username']" @refresh="search">
 | 
				
			||||||
          <template #custom-left>
 | 
					          <template #custom-left>
 | 
				
			||||||
            <a-input v-model="queryForm.description" placeholder="请输入关键词" allow-clear @change="search">
 | 
					            <a-input v-model="queryForm.description" placeholder="请输入用户名/昵称/描述" allow-clear @change="search">
 | 
				
			||||||
              <template #prefix>
 | 
					              <template #prefix>
 | 
				
			||||||
                <icon-search />
 | 
					                <icon-search />
 | 
				
			||||||
              </template>
 | 
					              </template>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user