是否在群查询:生物安全

This commit is contained in:
2026-02-09 20:23:48 +08:00
parent 90953eed61
commit 801446f2cd
8 changed files with 90 additions and 13 deletions

View File

@@ -81,6 +81,13 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item label="是否在群" prop="isDelete">
<el-select v-model="queryParams.isDelete" placeholder="全部" clearable style="min-width:120px">
<el-option label="全部" value="" />
<el-option label="在群" :value="0" />
<el-option label="离群" :value="1" />
</el-select>
</el-form-item>
<el-form-item>
<el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
<el-button icon="Refresh" @click="resetQuery">重置</el-button>