Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ab4268de
authored
2023-08-09 08:53:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
cf0280b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
src/views/system/dictionaries/components/editDialog.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/system/dictionaries/components/editDialog.vue
View file @
ab4268d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-19 10:23:27
* @LastEditTime: 2023-0
8-08 15:32:24
-->
<
template
>
<div>
...
...
@@ -364,7 +364,7 @@
}
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
@import
"~@/styles/dialogBoxheader.scss"
;
//
@import
"~@/styles/dialogBoxheader.scss"
;
/
deep
/
.el-radio-group
{
display
:
flex
;
justify-content
:
center
;
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
ab4268d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-19 14:07:38
* @LastEditTime: 2023-0
8-08 15:23:32
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -37,7 +37,7 @@
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"handleSearch"
>
查询
</el-button>
<
el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button
>
<
!--
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
--
>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -83,7 +83,6 @@
this
.
queryClick
();
},
methods
:
{
// 查询
/**
* @description: 查询
* @author: renchao
...
...
Please
register
or
sign in
to post a comment