【修改】去除无效也页面,示例页面的错误进行修改

This commit is contained in:
zer0Black
2021-04-14 15:55:50 +08:00
parent 7eeb542b89
commit 18caef9d0f
2 changed files with 2 additions and 103 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="年龄">
<!-- <a-input placeholder="请输入名称查询" v-model="queryParam.age"></a-input>-->
<a-input placeholder="最小年龄" type="ge" v-model="queryParam.age_begin" style="width:calc(50% - 15px);"></a-input>
<j-input placeholder="最小年龄" type="ge" v-model="queryParam.age_begin" style="width:calc(50% - 15px);"></j-input>
<span class="group-query-strig">~</span>
<a-input placeholder="最大年龄" type="le" v-model="queryParam.age_end" style="width:calc(50% - 15px);"></a-input>
<j-input placeholder="最大年龄" type="le" v-model="queryParam.age_end" style="width:calc(50% - 15px);"></j-input>
</a-form-item>
</a-col>
<template v-if="toggleSearchStatus">