修改工作箱查询布局
Showing
2 changed files
with
25 additions
and
18 deletions
... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
31 | </el-select> | 31 | </el-select> |
32 | </el-form-item> | 32 | </el-form-item> |
33 | </el-col> | 33 | </el-col> |
34 | <el-col :span="5"> | 34 | <el-col :span="6"> |
35 | <el-form-item label="权利类型"> | 35 | <el-form-item label="权利类型"> |
36 | <el-select | 36 | <el-select |
37 | v-model="queryForm.qllx" | 37 | v-model="queryForm.qllx" |
... | @@ -79,13 +79,8 @@ | ... | @@ -79,13 +79,8 @@ |
79 | </el-input> | 79 | </el-input> |
80 | </el-form-item> | 80 | </el-form-item> |
81 | </el-col> | 81 | </el-col> |
82 | 82 | <el-col :span="2" class="btnColRight"> | |
83 | <el-col :span="3" class="btnColRight"> | 83 | <el-form-item> |
84 | <el-form-item> | ||
85 | <el-button | ||
86 | type="primary" | ||
87 | native-type="submit" | ||
88 | @click="handleSearch">查询</el-button> | ||
89 | <el-button @click="moreQueryClick">高级查询</el-button> | 84 | <el-button @click="moreQueryClick">高级查询</el-button> |
90 | </el-form-item> | 85 | </el-form-item> |
91 | </el-col> | 86 | </el-col> |
... | @@ -101,7 +96,7 @@ | ... | @@ -101,7 +96,7 @@ |
101 | </el-input> | 96 | </el-input> |
102 | </el-form-item> | 97 | </el-form-item> |
103 | </el-col> | 98 | </el-col> |
104 | <el-col :span="5"> | 99 | <el-col :span="6"> |
105 | <el-form-item label="申请人"> | 100 | <el-form-item label="申请人"> |
106 | <el-input | 101 | <el-input |
107 | placeholder="如需要模糊查询,前后输入%" | 102 | placeholder="如需要模糊查询,前后输入%" |
... | @@ -121,7 +116,7 @@ | ... | @@ -121,7 +116,7 @@ |
121 | </el-input> | 116 | </el-input> |
122 | </el-form-item> | 117 | </el-form-item> |
123 | </el-col> | 118 | </el-col> |
124 | <el-col :span="9"> | 119 | <el-col :span="6"> |
125 | <el-form-item label="坐落"> | 120 | <el-form-item label="坐落"> |
126 | <el-input | 121 | <el-input |
127 | placeholder="如需要模糊查询,前后输入%" | 122 | placeholder="如需要模糊查询,前后输入%" |
... | @@ -131,6 +126,14 @@ | ... | @@ -131,6 +126,14 @@ |
131 | </el-input> | 126 | </el-input> |
132 | </el-form-item> | 127 | </el-form-item> |
133 | </el-col> | 128 | </el-col> |
129 | <el-col :span="2" class="btnColRight"> | ||
130 | <el-form-item> | ||
131 | <el-button | ||
132 | type="primary" | ||
133 | native-type="submit" | ||
134 | @click="handleSearch">查询</el-button> | ||
135 | </el-form-item> | ||
136 | </el-col> | ||
134 | </el-row> | 137 | </el-row> |
135 | <el-row class="advanced-search"> | 138 | <el-row class="advanced-search"> |
136 | <span>搜索条件:</span> | 139 | <span>搜索条件:</span> | ... | ... |
... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
32 | </el-select> | 32 | </el-select> |
33 | </el-form-item> | 33 | </el-form-item> |
34 | </el-col> | 34 | </el-col> |
35 | <el-col :span="5"> | 35 | <el-col :span="6"> |
36 | <el-form-item label="权利类型"> | 36 | <el-form-item label="权利类型"> |
37 | <el-select | 37 | <el-select |
38 | v-model="queryForm.qllx" | 38 | v-model="queryForm.qllx" |
... | @@ -81,12 +81,8 @@ | ... | @@ -81,12 +81,8 @@ |
81 | </el-form-item> | 81 | </el-form-item> |
82 | </el-col> | 82 | </el-col> |
83 | 83 | ||
84 | <el-col :span="3" class="btnColRight"> | 84 | <el-col :span="2" class="btnColRight"> |
85 | <el-form-item> | 85 | <el-form-item> |
86 | <el-button | ||
87 | type="primary" | ||
88 | native-type="submit" | ||
89 | @click="handleSearch">查询</el-button> | ||
90 | <el-button @click="moreQueryClick">高级查询</el-button> | 86 | <el-button @click="moreQueryClick">高级查询</el-button> |
91 | </el-form-item> | 87 | </el-form-item> |
92 | </el-col> | 88 | </el-col> |
... | @@ -102,7 +98,7 @@ | ... | @@ -102,7 +98,7 @@ |
102 | </el-input> | 98 | </el-input> |
103 | </el-form-item> | 99 | </el-form-item> |
104 | </el-col> | 100 | </el-col> |
105 | <el-col :span="5"> | 101 | <el-col :span="6"> |
106 | <el-form-item label="申请人"> | 102 | <el-form-item label="申请人"> |
107 | <el-input | 103 | <el-input |
108 | placeholder="如需要模糊查询,前后输入%" | 104 | placeholder="如需要模糊查询,前后输入%" |
... | @@ -122,7 +118,7 @@ | ... | @@ -122,7 +118,7 @@ |
122 | </el-input> | 118 | </el-input> |
123 | </el-form-item> | 119 | </el-form-item> |
124 | </el-col> | 120 | </el-col> |
125 | <el-col :span="9"> | 121 | <el-col :span="6"> |
126 | <el-form-item label="坐落"> | 122 | <el-form-item label="坐落"> |
127 | <el-input | 123 | <el-input |
128 | placeholder="如需要模糊查询,前后输入%" | 124 | placeholder="如需要模糊查询,前后输入%" |
... | @@ -132,6 +128,14 @@ | ... | @@ -132,6 +128,14 @@ |
132 | </el-input> | 128 | </el-input> |
133 | </el-form-item> | 129 | </el-form-item> |
134 | </el-col> | 130 | </el-col> |
131 | <el-col :span="2" class="btnColRight"> | ||
132 | <el-form-item> | ||
133 | <el-button | ||
134 | type="primary" | ||
135 | native-type="submit" | ||
136 | @click="handleSearch">查询</el-button> | ||
137 | </el-form-item> | ||
138 | </el-col> | ||
135 | </el-row> | 139 | </el-row> |
136 | <el-row class="advanced-search"> | 140 | <el-row class="advanced-search"> |
137 | <span>搜索条件:</span> | 141 | <span>搜索条件:</span> | ... | ... |
-
Please register or sign in to post a comment