中扬CRM客户关系管理系统
LSH
2023-08-03 d699794bb024ae7d5bb66fa24070745eb92c9b05
src/main/webapp/static/js/plan/plan.js
@@ -197,7 +197,7 @@
        }
    });
    //演示多文件列表
    //多文件列表
    var uploadListIns = upload.render({
        elem: '#data-btn-file2'
        ,elemList: $('#data-btn-file3') //列表元素对象
@@ -261,7 +261,7 @@
                ,tds = tr.children();
            tds.eq(3).find('.demo-reload').removeClass('layui-hide'); //显示重传
        }
        ,progress: function(n, elem, e, index){ //注意:index 参数为 layui 2.6.6 新增
        ,progress: function(n, elem, e, index){
            element.progress('progress-demo-'+ index, n + '%'); //执行进度条。n 即为返回的进度百分比
        }
    });