|
|
|
@ -245,7 +245,6 @@ |
|
|
|
|
<button type="button" class="layui-btn layui-btn-xs" onclick="task_create(8,{{d.id}})">导出</button> |
|
|
|
|
{{# }else if(d.type == 1){ }} |
|
|
|
|
<a class="layui-btn layui-btn-xs" href="/index/index.html?source={{d.id}}">查看</a> |
|
|
|
|
{{# } }} |
|
|
|
|
{{# }else if(d.type == 8){ }} |
|
|
|
|
{{# if(d.download_times > 0){ }} |
|
|
|
|
<button class="layui-btn layui-btn-xs" onclick="layer.confirm('已下载过,是否继续',function(index){layer.close(index);window.open('{:url(\'task/download\')}?id={{d.id}}');window.location.reload();});">下载文件</button> |
|
|
|
|