修改 表格 2021年11月10日18:05:04

master
zhangmeng 2021-11-10 18:05:26 +08:00
parent 6ebbe21fec
commit bbdd1a16cb
1 changed files with 3 additions and 4 deletions

View File

@ -71,9 +71,9 @@
</script> </script>
<script type="text/html" id="file-view"> <script type="text/html" id="file-view">
{{#if (d.uploadType == "images") { }} {{#if (d.uploadType == "images") { }}
<img src="{{d.path}}" width="80px" height="80px"> <img src="{{d.path}}" width="256px" height="150px">
{{# }else if(d.uploadType == "video"){ }} {{# }else if(d.uploadType == "video"){ }}
<video src="{{d.path}}" width="80px" height="80px"></video> <video src="{{d.path}}" width="256px" height="150px"></video>
{{# }else if(d.uploadType == "audio"){ }} {{# }else if(d.uploadType == "audio"){ }}
<audio src="{{d.path}}" ></audio> <audio src="{{d.path}}" ></audio>
{{# } }} {{# } }}
@ -137,7 +137,7 @@
field: 'path', field: 'path',
align: 'center', align: 'center',
templet: '#file-view', templet: '#file-view',
width: 156 width: 156,
}, },
{ {
@ -158,7 +158,6 @@
title: '视频的封面', title: '视频的封面',
field: 'videoImages', field: 'videoImages',
align: 'center', align: 'center',
width: 156
}, },
// { // {