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
57381411
authored
2023-04-25 13:46:49 +0800
by
赵千
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
d7e6bf89
d9465059
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
src/views/workflow/mixin/index.js
src/views/ywbl/ywsq/ywsq.scss
src/views/workflow/mixin/index.js
View file @
5738141
...
...
@@ -64,7 +64,7 @@ export default {
switch
(
qllx
)
{
case
'B39'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'批量查封'
;
this
.
batchButtonName
=
'批量查封
清单信息
'
;
break
;
case
'A37'
:
this
.
showBatch
=
true
;
...
...
src/views/ywbl/ywsq/ywsq.scss
View file @
5738141
...
...
@@ -214,7 +214,9 @@
dt
{
flex
:
1
;
width
:
100%
;
@include
flex-center
;
display
:
flex
;
align-items
:
center
;
margin-left
:
30px
;
}
p
:nth-child
(
2
)
{
...
...
Please
register
or
sign in
to post a comment