1
Showing
2 changed files
with
4 additions
and
5 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-19 10:23:27 | 4 | * @LastEditTime: 2023-08-08 15:32:24 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -364,7 +364,7 @@ | ... | @@ -364,7 +364,7 @@ |
364 | } | 364 | } |
365 | </script> | 365 | </script> |
366 | <style rel="stylesheet/scss" lang="scss" scoped> | 366 | <style rel="stylesheet/scss" lang="scss" scoped> |
367 | @import "~@/styles/dialogBoxheader.scss"; | 367 | // @import "~@/styles/dialogBoxheader.scss"; |
368 | /deep/.el-radio-group { | 368 | /deep/.el-radio-group { |
369 | display: flex; | 369 | display: flex; |
370 | justify-content: center; | 370 | justify-content: center; | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-19 14:07:38 | 4 | * @LastEditTime: 2023-08-08 15:23:32 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
37 | <el-col :span="4" class="btnColRight"> | 37 | <el-col :span="4" class="btnColRight"> |
38 | <el-form-item> | 38 | <el-form-item> |
39 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> | 39 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> |
40 | <el-button @click="moreQueryClick()">高级查询</el-button> | 40 | <!-- <el-button @click="moreQueryClick()">高级查询</el-button> --> |
41 | </el-form-item> | 41 | </el-form-item> |
42 | </el-col> | 42 | </el-col> |
43 | </el-row> | 43 | </el-row> |
... | @@ -83,7 +83,6 @@ | ... | @@ -83,7 +83,6 @@ |
83 | this.queryClick(); | 83 | this.queryClick(); |
84 | }, | 84 | }, |
85 | methods: { | 85 | methods: { |
86 | // 查询 | ||
87 | /** | 86 | /** |
88 | * @description: 查询 | 87 | * @description: 查询 |
89 | * @author: renchao | 88 | * @author: renchao | ... | ... |
-
Please register or sign in to post a comment