Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
f1f8590e
Commit
f1f8590e
authored
Jun 11, 2021
by
lvweichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: enterprise image check
parent
54093cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
src/pages/Enterprise/Audit/index.vue
+6
-3
No files found.
src/pages/Enterprise/Audit/index.vue
View file @
f1f8590e
...
@@ -54,10 +54,11 @@
...
@@ -54,10 +54,11 @@
>
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-image
<el-image
v-if=
"scope.row.sensitiveWord"
v-if=
"scope.row.sensitiveWord
&& scope.row.entterprise_image
"
fit=
"fill"
fit=
"fill"
:src=
"scope.row.entterprise_image"
:src=
"scope.row.entterprise_image"
></el-image>
></el-image>
<span
v-else-if=
"scope.row.sensitiveWord && !scope.row.entterprise_image"
>
无
</span>
<span
v-else
>
无权限
</span>
<span
v-else
>
无权限
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -77,10 +78,11 @@
...
@@ -77,10 +78,11 @@
>
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-image
<el-image
v-if=
"scope.row.sensitiveWord"
v-if=
"scope.row.sensitiveWord
&& scope.row.legal_front_id_card
"
:src=
"scope.row.legal_front_id_card"
:src=
"scope.row.legal_front_id_card"
fit=
"fill"
fit=
"fill"
></el-image>
></el-image>
<span
v-else-if=
"scope.row.sensitiveWord && !scope.row.legal_front_id_card"
>
无
</span>
<span
v-else
>
无权限
</span>
<span
v-else
>
无权限
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -90,10 +92,11 @@
...
@@ -90,10 +92,11 @@
>
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-image
<el-image
v-if=
"scope.row.sensitiveWord"
v-if=
"scope.row.sensitiveWord
&& scope.row.legal_back_id_card
"
fit=
"fill"
fit=
"fill"
:src=
"scope.row.legal_back_id_card"
:src=
"scope.row.legal_back_id_card"
></el-image>
></el-image>
<span
v-else-if=
"scope.row.sensitiveWord && !scope.row.legal_back_id_card"
>
无
</span>
<span
v-else
>
无权限
</span>
<span
v-else
>
无权限
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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