Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
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
65f968de
authored
2020-08-07 11:27:29 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改双花括号一闪而过的bug 修改侧边栏图片未出现的bug
1 parent
d6a8aa8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
23 deletions
src/main/webapp/index.jsp
src/main/webapp/js/index/index.js
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
src/main/webapp/index.jsp
View file @
65f968d
...
...
@@ -255,9 +255,9 @@
margin-right
:
6px
;
}
.secondMenuItem-image.point-image
{
width
:
4
px
;
height
:
4
px
;
margin-right
:
11
px
;
width
:
22
px
;
height
:
22
px
;
margin-right
:
8
px
;
}
.el-submenu
.el-submenu__title
{
...
...
src/main/webapp/js/index/index.js
View file @
65f968d
...
...
@@ -307,7 +307,7 @@ function leftMenuFormat (data) {
*/
function
listByRoleIdSucceFunc
(
data
,
object
,
navigator
,
divId
,
nav
,
text
)
{
//判断路由 2020年6月8日 18:31:37 vers
/*
if(navigator==='规划成果审查'){
if
(
navigator
===
'规划成果审查'
){
var
activeIconUrlList
=
[
'image/index/menus/reviewmanage/icon_dbsx_select.svg'
,
'image/index/menus/reviewmanage/icon_ybsx_select.svg'
,
...
...
@@ -340,7 +340,7 @@ function listByRoleIdSucceFunc(data, object, navigator, divId, nav, text) {
data
[
i
].
iconActive
=
activeIconUrlList
[
j
]
}
}
}
*/
}
// 扁平数组数据转树形数据
data
=
leftMenuFormat
(
data
);
...
...
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
View file @
65f968d
...
...
@@ -94,6 +94,9 @@
border-radius
:
2px
;
outline
:
0
;
}
[
v-cloak
]
{
display
:
none
;
}
</style>
</head>
<body>
...
...
@@ -182,7 +185,7 @@
width=
"373"
>
<template
slot-scope=
"scope"
>
<span>
{{
<span
v-cloak
>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
</template>
...
...
@@ -194,7 +197,7 @@
width=
"403"
>
<template
slot-scope=
"scope"
>
<span>
{{
<span
v-cloak
>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
</template>
...
...
@@ -259,9 +262,11 @@
align=
"center"
width=
"373"
>
<span>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
<template
slot-scope=
"scope"
>
<span
v-cloak
>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
</template>
</el-table-column>
<el-table-column
prop=
"RECEIVETIME"
...
...
@@ -269,9 +274,11 @@
align=
"center"
width=
"403"
>
<span>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
<template
slot-scope=
"scope"
>
<span
v-cloak
>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
</template>
</el-table-column>
</el-table>
<el-table
...
...
@@ -333,9 +340,11 @@
align=
"center"
width=
"373"
>
<span>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
<template
slot-scope=
"scope"
>
<span
v-cloak
>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
</template>
</el-table-column>
<el-table-column
prop=
"RECEIVETIME"
...
...
@@ -343,9 +352,11 @@
align=
"center"
width=
"403"
>
<span>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
<template
slot-scope=
"scope"
>
<span
v-cloak
>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
</template>
</el-table-column>
</el-table>
<el-table
...
...
@@ -407,9 +418,11 @@
align=
"center"
width=
"373"
>
<span>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
<template
slot-scope=
"scope"
>
<span
v-cloak
>
{{
scope.row.CREATETIME | dataFormat
}}
</span>
</template>
</el-table-column>
<el-table-column
prop=
"RECEIVETIME"
...
...
@@ -417,9 +430,11 @@
align=
"center"
width=
"403"
>
<span>
{{
<template
slot-scope=
"scope"
>
<span
v-cloak
>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
</template>
</el-table-column>
</el-table>
<!-- 分页区域-->
...
...
Please
register
or
sign in
to post a comment