Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
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
张伯涛
cust_web
Commits
b53f537b
Commit
b53f537b
authored
Mar 19, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改工作认证照片
parent
96c5062b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
index.vue
src/views/operationsManagement/member/index.vue
+1
-1
index.vue
src/views/operationsManagement/member/info/index.vue
+13
-2
No files found.
src/views/operationsManagement/member/index.vue
View file @
b53f537b
...
...
@@ -266,7 +266,7 @@
</el-table-column>
<el-table-column
label=
"权重"
prop=
"sort"
:show-overflow-tooltip=
"true"
min-width=
"55"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
sort
||
'
-
'
}}
{{
scope
.
row
.
sort
||
'
0
'
}}
</
template
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"memYearIncome"
label=
"年收入(w)"
show-overflow-tooltip
/>
...
...
src/views/operationsManagement/member/info/index.vue
View file @
b53f537b
...
...
@@ -554,10 +554,15 @@
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"学历图片:"
prop=
"pictureUrls"
>
<el-form-item
v-if=
"memEducationUrl"
label=
"学历图片:"
prop=
"pictureUrls"
>
<img
:src=
"memEducationUrl"
style=
"width: 160px;height: 160px"
alt=
""
>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
v-if=
"memWorkUrl"
label=
"工作图片:"
prop=
"pictureUrls"
>
<img
:src=
"memWorkUrl"
style=
"width: 160px;height: 160px"
alt=
""
>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
...
...
@@ -746,7 +751,8 @@ export default {
}
],
showSecretData
:
true
,
memEducationUrl
:
''
memEducationUrl
:
''
,
memWorkUrl
:
''
}
},
computed
:
{
...
...
@@ -842,6 +848,11 @@ export default {
this
.
memEducationUrl
=
imgRes
.
data
})
}
if
(
response
.
data
.
memWorkPictureId
!==
''
&&
response
.
data
.
memWorkPictureId
!==
null
)
{
getOssUrl
(
response
.
data
.
memWorkPictureId
).
then
(
imgRes
=>
{
this
.
memWorkUrl
=
imgRes
.
data
})
}
if
(
response
.
data
.
memPictureId
!==
''
&&
response
.
data
.
memPictureId
!==
null
)
{
const
urlArray
=
JSON
.
parse
(
response
.
data
.
memPictureId
)
const
url
=
[]
...
...
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