按钮加图标
Showing
16 changed files
with
28 additions
and
28 deletions
... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
8 | :modal-append-to-body="false" | 8 | :modal-append-to-body="false" |
9 | > | 9 | > |
10 | <div class="search"> | 10 | <div class="search"> |
11 | <el-button type="primary" @click="search">查询</el-button> | 11 | <el-button type="primary" @click="search" icon="el-icon-search">查询</el-button> |
12 | <el-button type="primary" @click="result">重置</el-button> | 12 | <el-button type="primary" @click="result" icon="el-icon-refresh">重置</el-button> |
13 | <el-row :gutter="10" class="shop"> | 13 | <el-row :gutter="10" class="shop"> |
14 | <el-col :span="4" class="inputtitle"> | 14 | <el-col :span="4" class="inputtitle"> |
15 | 宗地编码: | 15 | 宗地编码: | ... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | </div> | 18 | </div> |
19 | <div slot="footer" class="dialog_footer"> | 19 | <div slot="footer" class="dialog_footer"> |
20 | <el-button type="primary" size="small" @click="submitForm('ruleForm')">保存</el-button> | 20 | <el-button type="primary" size="small" @click="submitForm('ruleForm')">保存</el-button> |
21 | <el-button size="small" @click="resetForm('ruleForm')">重置</el-button> | 21 | <el-button size="small" @click="resetForm('ruleForm')" icon="el-icon-refresh">重置</el-button> |
22 | <el-button size="small" @click="closeDialog('ruleForm')">关闭</el-button> | 22 | <el-button size="small" @click="closeDialog('ruleForm')">关闭</el-button> |
23 | </div> | 23 | </div> |
24 | </el-dialog> | 24 | </el-dialog> | ... | ... |
... | @@ -196,8 +196,8 @@ | ... | @@ -196,8 +196,8 @@ |
196 | placeholder="输入不动产单元号" | 196 | placeholder="输入不动产单元号" |
197 | ></el-input> | 197 | ></el-input> |
198 | </el-form-item> | 198 | </el-form-item> |
199 | <el-button type="primary" style="margin-left:30px" @click="search">查询</el-button> | 199 | <el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button> |
200 | <el-button type="warning" @click="reset">重置</el-button> | 200 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
201 | </el-form> | 201 | </el-form> |
202 | </el-col> | 202 | </el-col> |
203 | </el-row> | 203 | </el-row> |
... | @@ -294,8 +294,8 @@ | ... | @@ -294,8 +294,8 @@ |
294 | placeholder="输入不动产单元号" | 294 | placeholder="输入不动产单元号" |
295 | ></el-input> | 295 | ></el-input> |
296 | </el-form-item> | 296 | </el-form-item> |
297 | <el-button type="primary" style="margin-left:30px" @click="search">查询</el-button> | 297 | <el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button> |
298 | <el-button type="warning" @click="reset">重置</el-button> | 298 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
299 | </el-form> | 299 | </el-form> |
300 | </el-col> | 300 | </el-col> |
301 | </el-row> | 301 | </el-row> | ... | ... |
... | @@ -30,8 +30,8 @@ | ... | @@ -30,8 +30,8 @@ |
30 | placeholder="输入不动产单元号" | 30 | placeholder="输入不动产单元号" |
31 | ></el-input> | 31 | ></el-input> |
32 | </el-form-item> | 32 | </el-form-item> |
33 | <el-button type="primary" style="margin-left:30px" @click="search">查询</el-button> | 33 | <el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button> |
34 | <el-button type="warning" @click="reset">重置</el-button> | 34 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
35 | </el-form> | 35 | </el-form> |
36 | </el-col> | 36 | </el-col> |
37 | </el-row> | 37 | </el-row> | ... | ... |
... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
61 | </div> | 61 | </div> |
62 | <div class="shop"> | 62 | <div class="shop"> |
63 | <el-button type="primary" @click="save">保存</el-button> | 63 | <el-button type="primary" @click="save">保存</el-button> |
64 | <el-button type="primary" @click="result">重置</el-button> | 64 | <el-button type="primary" @click="result" icon="el-icon-refresh">重置</el-button> |
65 | <el-button type="primary" @click="cancel">取消</el-button> | 65 | <el-button type="primary" @click="cancel">取消</el-button> |
66 | </div> | 66 | </div> |
67 | </el-dialog> | 67 | </el-dialog> | ... | ... |
... | @@ -211,7 +211,7 @@ | ... | @@ -211,7 +211,7 @@ |
211 | </div> | 211 | </div> |
212 | <div class="shop"> | 212 | <div class="shop"> |
213 | <el-button type="primary" @click="save">保存</el-button> | 213 | <el-button type="primary" @click="save">保存</el-button> |
214 | <el-button type="primary" @click="reset">重置</el-button> | 214 | <el-button type="primary" @click="reset" icon="el-icon-refresh">重置</el-button> |
215 | <el-button type="primary" @click="cancel">取消</el-button> | 215 | <el-button type="primary" @click="cancel">取消</el-button> |
216 | </div> | 216 | </div> |
217 | </el-dialog> | 217 | </el-dialog> | ... | ... |
... | @@ -74,7 +74,7 @@ | ... | @@ -74,7 +74,7 @@ |
74 | </div> | 74 | </div> |
75 | <div class="shop"> | 75 | <div class="shop"> |
76 | <el-button type="primary" @click="save">保存</el-button> | 76 | <el-button type="primary" @click="save">保存</el-button> |
77 | <el-button type="primary" @click="result">重置</el-button> | 77 | <el-button type="primary" @click="result" icon="el-icon-refresh">重置</el-button> |
78 | <el-button type="primary" @click="cancel">取消</el-button> | 78 | <el-button type="primary" @click="cancel">取消</el-button> |
79 | </div> | 79 | </div> |
80 | </el-dialog> | 80 | </el-dialog> | ... | ... |
... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
94 | </div> | 94 | </div> |
95 | <div class="shop"> | 95 | <div class="shop"> |
96 | <el-button type="primary" @click="save">保存</el-button> | 96 | <el-button type="primary" @click="save">保存</el-button> |
97 | <el-button type="primary" @click="result">重置</el-button> | 97 | <el-button type="primary" @click="result" icon="el-icon-refresh">重置</el-button> |
98 | <el-button type="primary" @click="close">取消</el-button> | 98 | <el-button type="primary" @click="close">取消</el-button> |
99 | </div> | 99 | </div> |
100 | </el-dialog> | 100 | </el-dialog> | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="main"> | 2 | <div class="main"> |
3 | <div class="search"> | 3 | <div class="search"> |
4 | <el-button type="primary" @click="search">查询</el-button> | 4 | <el-button type="primary" @click="search" icon="el-icon-search">查询</el-button> |
5 | <el-button type="primary" @click="result">重置</el-button> | 5 | <el-button type="primary" @click="result" icon="el-icon-refresh">重置</el-button> |
6 | <el-row :gutter="10" class="shop"> | 6 | <el-row :gutter="10" class="shop"> |
7 | <el-col :span="4" class="inputtitle"> | 7 | <el-col :span="4" class="inputtitle"> |
8 | 宗地编码: | 8 | 宗地编码: | ... | ... |
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | > | 9 | > |
10 | <div class="search"> | 10 | <div class="search"> |
11 | <!-- <el-button type="primary" @click="search">查询</el-button> | 11 | <!-- <el-button type="primary" @click="search">查询</el-button> |
12 | <el-button type="primary" @click="result">重置</el-button> --> | 12 | <el-button type="primary" @click="result" icon="el-icon-refresh">重置</el-button> --> |
13 | 13 | ||
14 | <el-row> | 14 | <el-row> |
15 | <el-col :span="24"> | 15 | <el-col :span="24"> |
... | @@ -33,8 +33,8 @@ | ... | @@ -33,8 +33,8 @@ |
33 | placeholder="输入不动产单元号" | 33 | placeholder="输入不动产单元号" |
34 | ></el-input> | 34 | ></el-input> |
35 | </el-form-item> | 35 | </el-form-item> |
36 | <el-button type="primary" style="margin-left:30px" @click="search">查询</el-button> | 36 | <el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button> |
37 | <el-button type="warning" @click="reset">重置</el-button> | 37 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
38 | </el-form> | 38 | </el-form> |
39 | </el-col> | 39 | </el-col> |
40 | </el-row> | 40 | </el-row> | ... | ... |
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
27 | ></el-input> | 27 | ></el-input> |
28 | </el-form-item> | 28 | </el-form-item> |
29 | <el-button type="primary" @click="query" icon="el-icon-search">查询</el-button> | 29 | <el-button type="primary" @click="query" icon="el-icon-search">查询</el-button> |
30 | <el-button type="warning" @click="reset">重置</el-button> | 30 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
31 | <el-button | 31 | <el-button |
32 | type="primary" | 32 | type="primary" |
33 | @click="moreSearch" | 33 | @click="moreSearch" | ... | ... |
... | @@ -30,8 +30,8 @@ | ... | @@ -30,8 +30,8 @@ |
30 | placeholder="输入不动产单元号" | 30 | placeholder="输入不动产单元号" |
31 | ></el-input> | 31 | ></el-input> |
32 | </el-form-item> | 32 | </el-form-item> |
33 | <el-button type="primary" style="margin-left:30px" @click="search">查询</el-button> | 33 | <el-button type="primary" style="margin-left:30px" @click="search" icon="el-icon-search">查询</el-button> |
34 | <el-button type="warning" @click="reset">重置</el-button> | 34 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
35 | </el-form> | 35 | </el-form> |
36 | </el-col> | 36 | </el-col> |
37 | </el-row> | 37 | </el-row> | ... | ... |
... | @@ -3,8 +3,8 @@ | ... | @@ -3,8 +3,8 @@ |
3 | <div class="log-search"> | 3 | <div class="log-search"> |
4 | 字典名称: | 4 | 字典名称: |
5 | <el-input v-model="searchKey" style="border: 1px solid #C0C4CC;width: 230px;border-radius: 4px" placeholder="请输入内容"></el-input> | 5 | <el-input v-model="searchKey" style="border: 1px solid #C0C4CC;width: 230px;border-radius: 4px" placeholder="请输入内容"></el-input> |
6 | <el-button type="primary" @click="query">查询</el-button> | 6 | <el-button type="primary" @click="query" icon="el-icon-search">查询</el-button> |
7 | <el-button type="warning" @click="reset">重置</el-button> | 7 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
8 | </div> | 8 | </div> |
9 | <div class="log-detail"> | 9 | <div class="log-detail"> |
10 | <div class="log-menu"> | 10 | <div class="log-menu"> | ... | ... |
... | @@ -19,8 +19,8 @@ | ... | @@ -19,8 +19,8 @@ |
19 | value-format="yyyy-MM-dd HH:mm:ss" | 19 | value-format="yyyy-MM-dd HH:mm:ss" |
20 | :picker-options="pickerOptions"> | 20 | :picker-options="pickerOptions"> |
21 | </el-date-picker> | 21 | </el-date-picker> |
22 | <el-button type="primary" @click="query">查询</el-button> | 22 | <el-button type="primary" @click="query" icon="el-icon-search">查询</el-button> |
23 | <el-button type="warning" @click="reset">重置</el-button> | 23 | <el-button type="warning" @click="reset" icon="el-icon-refresh">重置</el-button> |
24 | <el-button type="info" @click="getError">错误日志</el-button> | 24 | <el-button type="info" @click="getError">错误日志</el-button> |
25 | </div> | 25 | </div> |
26 | 26 | ... | ... |
... | @@ -25,8 +25,8 @@ | ... | @@ -25,8 +25,8 @@ |
25 | placeholder="输入不动产单元号" | 25 | placeholder="输入不动产单元号" |
26 | ></el-input> | 26 | ></el-input> |
27 | </el-form-item> | 27 | </el-form-item> |
28 | <el-button type="primary" @click="search">查询</el-button> | 28 | <el-button type="primary" @click="search" icon="el-icon-search">查询</el-button> |
29 | <el-button type="warning" style="margin-left:10px" @click="result">重置</el-button> | 29 | <el-button type="warning" style="margin-left:10px" @click="result" icon="el-icon-refresh">重置</el-button> |
30 | </el-form> | 30 | </el-form> |
31 | </el-col> | 31 | </el-col> |
32 | </el-row> | 32 | </el-row> | ... | ... |
... | @@ -241,7 +241,7 @@ | ... | @@ -241,7 +241,7 @@ |
241 | </div> | 241 | </div> |
242 | <div class="btnGroup"> | 242 | <div class="btnGroup"> |
243 | <el-button type="primary" @click="saveInfo">保存</el-button> | 243 | <el-button type="primary" @click="saveInfo">保存</el-button> |
244 | <el-button type="primary" @click="resetInfo">重置</el-button> | 244 | <el-button type="primary" @click="resetInfo" icon="el-icon-refresh">重置</el-button> |
245 | <el-button type="primary" @click="dialogVisible = false" | 245 | <el-button type="primary" @click="dialogVisible = false" |
246 | >取消</el-button | 246 | >取消</el-button |
247 | > | 247 | > | ... | ... |
-
Please register or sign in to post a comment