更新了审核的视频
This commit is contained in:
parent
6ebfe53cc4
commit
a2b890d971
@ -71,7 +71,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item label="附件" prop="flow_cate">
|
<el-form-item label="图片附件">
|
||||||
<el-image
|
<el-image
|
||||||
class="attachment"
|
class="attachment"
|
||||||
v-for="(item, index) in formData.task.extend.other.annex"
|
v-for="(item, index) in formData.task.extend.other.annex"
|
||||||
@ -83,6 +83,17 @@
|
|||||||
></el-image>
|
></el-image>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
<el-col :span="24">
|
||||||
|
<el-form-item label="视频附件">
|
||||||
|
<video
|
||||||
|
class="video"
|
||||||
|
:src="item"
|
||||||
|
v-for="(item, index) in formData.task.extend.other.video_annex"
|
||||||
|
:key="index"
|
||||||
|
controls
|
||||||
|
/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-divider />
|
<el-divider />
|
||||||
<!-- <el-col :span="24">
|
<!-- <el-col :span="24">
|
||||||
@ -268,4 +279,11 @@ defineExpose({
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.video {
|
||||||
|
width: 300px;
|
||||||
|
height: 150px;
|
||||||
|
/* background-color: red; */
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user