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
5964b0e0
authored
2023-04-25 10:06:19 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
批量查封清单信息
1 parent
668d7732
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/workflow/mixin/index.js
src/views/workflow/mixin/index.js
View file @
5964b0e
...
...
@@ -63,7 +63,7 @@ export default {
switch
(
qllx
)
{
case
'B39'
:
this
.
showBatch
=
true
;
this
.
batchButtonName
=
'批量查封'
;
this
.
batchButtonName
=
'批量查封
清单信息
'
;
break
;
case
'A37'
:
this
.
showBatch
=
true
;
...
...
Please
register
or
sign in
to post a comment