Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
info-publish-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
赵啸非
info-publish-platform
Commits
07cb303d
Commit
07cb303d
authored
Dec 05, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改附件地址
parent
bc2999b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
info-publish-manager-ui/admin/src/views/workman/list.vue
info-publish-manager-ui/admin/src/views/workman/list.vue
+17
-13
No files found.
info-publish-manager-ui/admin/src/views/workman/list.vue
View file @
07cb303d
...
@@ -44,13 +44,7 @@
...
@@ -44,13 +44,7 @@
type
:
"
text
"
,
type
:
"
text
"
,
label
:
"
姓名
"
,
label
:
"
姓名
"
,
fuzzy
:
true
fuzzy
:
true
},
}
{
name
:
"
order
"
,
type
:
"
text
"
,
label
:
"
排序,值越大越靠前
"
,
fuzzy
:
true
},
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
selection
"
,
width
:
60
},
...
@@ -62,14 +56,24 @@
...
@@ -62,14 +56,24 @@
{
label
:
"
职务
"
,
prop
:
"
userPost
"
},
{
label
:
"
职务
"
,
prop
:
"
userPost
"
},
{
label
:
"
电话
"
,
prop
:
"
phone
"
},
{
label
:
"
手机
"
,
prop
:
"
mobile
"
},
{
label
:
"
手机
"
,
prop
:
"
mobile
"
},
{
label
:
"
照片
"
,
prop
:
"
photoPath
"
},
{
label
:
"
照片
"
,
{
label
:
"
排序,值越大越靠前
"
,
prop
:
"
order
"
,
formatter
:
this
.
formatter
},
prop
:
"
photoPath
"
,
formatter
:
(
row
)
=>
{
return
row
.
photoPath
!=
""
?
(
<
el
-
image
style
=
"
width: 70px; height: 70px
"
src
=
{
row
.
photoPath
}
preview
-
src
-
list
=
{[
row
.
photoPath
]}
><
/el-image
>
)
:
(
"
--
"
);
},
},
{
label
:
"
创建时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
label
:
"
创建时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
...
...
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