Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
5d9cd0bd
authored
2023-01-31 14:17:26 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
4bc44ae9
137aeca0
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
0 deletions
src/components/Button/src/button.vue
src/views/business-info/fdcqdz/index.vue
src/views/business-info/fdcqqfsyq/index.vue
src/views/business-info/fdcqyz/index.vue
src/views/business-info/jsydzjdsyq/index.vue
src/components/Button/src/button.vue
View file @
5d9cd0b
...
...
@@ -29,10 +29,12 @@ export default {
.cx
{
background
:
url('../../../image/btn.png')
no-repeat
-4px
-40px
;
cursor
:
pointer
;
}
.cz
{
background
:
url('../../../image/btn.png')
no-repeat
-4px
-4px
;
cursor
:
pointer
;
}
.sb
{
...
...
src/views/business-info/fdcqdz/index.vue
View file @
5d9cd0b
...
...
@@ -51,6 +51,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm('ruleForm')"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
</el-col>
</el-row>
...
...
src/views/business-info/fdcqqfsyq/index.vue
View file @
5d9cd0b
...
...
@@ -23,6 +23,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm('ruleForm')"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
</el-col>
</el-row>
...
...
src/views/business-info/fdcqyz/index.vue
View file @
5d9cd0b
...
...
@@ -51,6 +51,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm('ruleForm')"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
</el-col>
</el-row>
...
...
src/views/business-info/jsydzjdsyq/index.vue
View file @
5d9cd0b
...
...
@@ -46,6 +46,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm('ruleForm')"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSubmit"
>
查询
</btn>
</el-col>
</el-row>
...
...
Please
register
or
sign in
to post a comment