修改 表格 2021年11月10日18:05:04
parent
6ebbe21fec
commit
bbdd1a16cb
|
|
@ -71,9 +71,9 @@
|
|||
</script>
|
||||
<script type="text/html" id="file-view">
|
||||
{{#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"){ }}
|
||||
<video src="{{d.path}}" width="80px" height="80px"></video>
|
||||
<video src="{{d.path}}" width="256px" height="150px"></video>
|
||||
{{# }else if(d.uploadType == "audio"){ }}
|
||||
<audio src="{{d.path}}" ></audio>
|
||||
{{# } }}
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
field: 'path',
|
||||
align: 'center',
|
||||
templet: '#file-view',
|
||||
width: 156
|
||||
width: 156,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -158,7 +158,6 @@
|
|||
title: '视频的封面',
|
||||
field: 'videoImages',
|
||||
align: 'center',
|
||||
width: 156
|
||||
},
|
||||
|
||||
// {
|
||||
|
|
|
|||
Loading…
Reference in New Issue