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
b3069277
authored
2023-10-08 14:47:01 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄模板
1 parent
15567ef3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
b306927
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-
09-26 15:32:20
* @LastEditTime: 2023-
10-08 10:30:24
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -26,6 +26,7 @@
v-for=
"(item, index) in supplementarylist"
:index=
"index.toString()"
:key=
"index"
>
<p
class=
"dot"
v-if=
"item.isSave == '0'"
></p>
<div>
<p
v-if=
"item.operate=='D'"
>
{{
item
.
qllxmc
}}
<span
class=
"tpcolor"
>
(删除)
</span></p>
<p
v-else
>
{{
item
.
qllxmc
}}
<span
class=
"tpcolor"
>
(
{{
item
.
operate
==
"U"
?
"编辑"
:
"新增"
}}
)
</span></p>
...
...
@@ -155,12 +156,12 @@
that
.
activeIndex
=
sessionStorage
.
getItem
(
'keyPath'
)
}
else
{
that
.
loadBdcdylist
()
th
is
.
activeIndex
=
"-1"
;
th
at
.
activeIndex
=
"-1"
;
// that.unitClick(0)
// that.activeIndex = "0"
}
}
else
{
this
.
loadBdcdylist
()
//
this.loadBdcdylist()
}
}
})
...
...
Please
register
or
sign in
to post a comment