Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
123b9272
Commit
123b9272
authored
Jul 18, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改工作人员窗口显示
parent
5e069882
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
...manager-ui/admin/src/pages/basicset/workman/personnel.vue
+7
-3
No files found.
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
View file @
123b9272
...
...
@@ -238,8 +238,8 @@
<span
v-else
>
--
</span>
</
template
>
<!-- 所属窗口 -->
<
template
slot=
"window
Name
"
slot-scope=
"text"
>
{{
text
.
window
Name
?
text
.
windowName
:
"
--
"
}}
<
template
slot=
"window
Id
"
slot-scope=
"text"
>
{{
text
.
window
Id
?
filterWindow
(
text
.
windowId
)
:
"
--
"
}}
</
template
>
<!-- 创建时间 -->
<
template
slot=
"time"
slot-scope=
"text"
>
...
...
@@ -357,7 +357,7 @@ const columns = [
{
title
:
"
所属窗口
"
,
scopedSlots
:
{
customRender
:
"
window
Name
"
,
customRender
:
"
window
Id
"
,
},
},
{
...
...
@@ -637,6 +637,10 @@ export default {
});
return
name
;
},
// 过滤窗口
filterWindow
(
id
)
{
return
this
.
windowData
.
find
((
v
)
=>
v
.
id
==
id
).
fromnum
;
},
},
};
</
script
>
...
...
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