Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-20 17:20:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e58132d9edb73252f0173094659fdccbd169391
7e58132d
1 parent
d647c1de
fix 视频审核状态判断优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/AuditVideoCard/index.vue
src/components/AuditVideoCard/index.vue
View file @
7e58132
...
...
@@ -3,7 +3,7 @@
<!-- FIXME: 反馈意见:需要更改图片 -->
<div v-if="mp && detail.showStatus" class="status">
<van-image v-if="item.status === 'ENABLE'" round width="6rem" height="6rem" style="vertical-align: bottom;" :src="icon_enable" />
<van-image v-if="item.status === '
REFUS
E'" round width="6rem" height="6rem" style="vertical-align: bottom;" :src="icon_refuse" />
<van-image v-if="item.status === '
DISABL
E'" round width="6rem" height="6rem" style="vertical-align: bottom;" :src="icon_refuse" />
<van-image v-if="item.status === 'APPLY'" round width="6rem" height="6rem" style="vertical-align: bottom;" :src="icon_apply" />
</div>
<div class="video-div" :id="'mui-player-' + item.id"></div>
...
...
@@ -38,7 +38,7 @@
</div>
<div v-else class="audit-module" style="margin-top: 1rem;">
<div style="color: #222222; padding: 0px 1rem 0.5rem;">{{ item.kg_name }} | {{ item.localism_type }}</div>
<div v-if="item.status === '
REFUS
E'" style="padding: 0 1rem 1rem 1rem; font-size: 0.85rem;">
<div v-if="item.status === '
DISABL
E'" style="padding: 0 1rem 1rem 1rem; font-size: 0.85rem;">
<p style="color: #999999; margin-bottom: 0.25rem;">老师留言:</p>
<p>{{ item.check_note }}</p>
</div>
...
...
Please
register
or
login
to post a comment