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
bc2999b5
Commit
bc2999b5
authored
Dec 05, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改附件地址
parent
50da3b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
info-publish-manager-ui/admin/src/views/workman/drawershow.vue
...publish-manager-ui/admin/src/views/workman/drawershow.vue
+18
-7
No files found.
info-publish-manager-ui/admin/src/views/workman/drawershow.vue
View file @
bc2999b5
...
...
@@ -9,13 +9,20 @@
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<Field
label=
"姓名"
prop=
"name"
v-model=
"form.name"
placeholder=
"请输入姓名"
/>
<Field
label=
"性别"
prop=
"sex"
v-model=
"form.sex"
type=
"select"
:enumData=
"dict.sex"
placeholder=
"请选择性别"
/>
<Field
label=
"职务"
prop=
"userPost"
v-model=
"form.userPost"
placeholder=
"请输入职务"
/>
<Field
label=
"电话"
prop=
"phone"
v-model=
"form.phone"
placeholder=
"请输入电话"
/>
<Field
label=
"手机"
prop=
"mobile"
v-model=
"form.mobile"
placeholder=
"请输入手机"
/>
<Field
label=
"备注"
prop=
"summary"
v-model=
"form.summary"
type=
"textarea"
placeholder=
"请输入备注"
/>
<Field
label=
"照片"
prop=
"photoPath"
v-model=
"form.photoPath"
type=
"textarea"
placeholder=
"请输入照片"
/>
<Field
label=
"排序,值越大越靠前"
prop=
"order"
v-model=
"form.order"
placeholder=
"请输入排序,值越大越靠前"
/>
<Field
:span=
"20"
label=
"性别"
prop=
"sex"
v-model=
"form.sex"
type=
"select"
:enumData=
"dict.sex"
placeholder=
"请选择性别"
/>
<Field
:span=
"20"
label=
"职务"
prop=
"userPost"
v-model=
"form.userPost"
placeholder=
"请输入职务"
/>
<Field
:span=
"20"
label=
"电话"
prop=
"phone"
v-model=
"form.phone"
placeholder=
"请输入电话"
/>
<Field
:span=
"20"
label=
"手机"
prop=
"mobile"
v-model=
"form.mobile"
placeholder=
"请输入手机"
/>
<Field
:span=
"20"
label=
"备注"
prop=
"summary"
v-model=
"form.summary"
type=
"textarea"
placeholder=
"请输入备注"
/>
<Field
:span=
"20"
label=
"排序"
prop=
"order"
v-model=
"form.order"
placeholder=
"请输入排序,值越大越靠前"
/>
<Field
:span=
"20"
label=
"照片"
><ImageUpload
v-model=
"form.photoPath"
prePath=
"/file/preview"
:fileName=
"form.photoPath"
/></Field>
</el-row>
...
...
@@ -38,6 +45,7 @@
},
data
()
{
return
{
fileType
:[
'
png
'
,
'
jpg
'
,
'
jpeg
'
],
// 遮罩层
loading
:
true
,
// 弹出层标题
...
...
@@ -65,6 +73,9 @@
},
methods
:
{
getFileName
(
fileName
)
{
this
.
form
.
fileName
=
fileName
;
},
/** 编辑 */
edit
(
row
)
{
this
.
reset
()
...
...
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