Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
1fdb8ad6
Commit
1fdb8ad6
authored
May 27, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/4月-菜单和权限' into dev
parents
8fd2fbad
fc3ee702
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
create-menu-json.js
menu-data/create-menu-json.js
+2
-2
result.xlsx
menu-data/result.xlsx
+0
-0
salutatory.vue
src/views/enterprise/salutatory.vue
+1
-1
No files found.
menu-data/create-menu-json.js
View file @
1fdb8ad6
...
...
@@ -54,7 +54,7 @@ function createMenuJson(data, parentCode) {
const
item
=
{
menuName
,
menuCode
:
parentCode
?
parentCode
+
menuIndex
:
'hb_m'
+
menuIndex
,
parentCode
,
parentCode
:
parentCode
||
'0'
,
menuUrl
,
menuType
:
0
,
iconUrl
,
...
...
@@ -136,7 +136,7 @@ function createButtonJson(data, menuJson) {
parentCode
:
menuCode
,
menuType
:
5
,
isRight
,
buttonType
,
buttonType
:
buttonType
==
1
?
1
:
0
,
toUrl
};
result
.
push
(
item
);
...
...
menu-data/result.xlsx
View file @
1fdb8ad6
No preview for this file type
src/views/enterprise/salutatory.vue
View file @
1fdb8ad6
...
...
@@ -57,7 +57,7 @@
<
template
slot-scope=
"{ row }"
>
{{
row
.
updateTime
|
formatTimeStamp
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"creatorName"
label=
"创建人"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"
operato
rName"
label=
"操作人"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"
modifie
rName"
label=
"操作人"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"suitDepartmentName"
label=
"适用范围"
width=
"300"
>
<
template
slot-scope=
"{ row }"
>
<div
v-if=
"row.defaultWelcomeFlag"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment