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
92c5dd4d
authored
2023-05-22 09:47:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:土地模块
1 parent
7ec09ded
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/views/workflow/mixin/index.js
src/views/workflow/workFrame.vue
src/views/workflow/mixin/index.js
View file @
92c5dd4
...
...
@@ -31,6 +31,8 @@ export default {
rightButtonList
:
[],
//批量按钮名称
batchButtonName
:
''
,
// 受理申请信息
slsq
:
{}
}
},
computed
:
{
...
...
@@ -57,6 +59,7 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
leftButtonList
=
res
.
result
.
button
;
this
.
rightButtonList
=
res
.
result
.
operation
;
this
.
slsq
=
res
.
result
.
slsq
}
})
},
...
...
src/views/workflow/workFrame.vue
View file @
92c5dd4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-
18 14:58:55
* @LastEditTime: 2023-05-
22 09:45:59
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -26,8 +26,8 @@
<!-- 内容框架 -->
<div
class=
"containerFrame"
>
<!-- 左侧菜单栏 区分业务-->
<
ordinaryMenu
@
getCurrentSelectProps=
"getCurrentSelectProps"
/>
<
!--
<segmentMenu
@
getCurrentSelectProps=
"getCurrentSelectProps"
/>
--
>
<
segmentMenu
v-if=
"slsq.djqxbm == 'A0320099' || slsq.djqxbm == 'A0330099'"
@
getCurrentSelectProps=
"getCurrentSelectProps"
/>
<
ordinaryMenu
v-else
@
getCurrentSelectProps=
"getCurrentSelectProps"
/
>
<div
class=
"leftCon"
>
<!-- 分屏左侧预览 -->
<div
v-if=
"splitScreen"
class=
"splitScreen-con"
>
...
...
Please
register
or
sign in
to post a comment