From d699794bb024ae7d5bb66fa24070745eb92c9b05 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 03 八月 2023 12:36:07 +0800 Subject: [PATCH] #核价管理功能完善 --- src/main/webapp/static/js/plan/plan.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js index af13058..ae1fe6b 100644 --- a/src/main/webapp/static/js/plan/plan.js +++ b/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){ //娉ㄦ剰锛歩ndex 鍙傛暟涓� layui 2.6.6 鏂板 + ,progress: function(n, elem, e, index){ element.progress('progress-demo-'+ index, n + '%'); //鎵ц杩涘害鏉°�俷 鍗充负杩斿洖鐨勮繘搴︾櫨鍒嗘瘮 } }); -- Gitblit v1.9.1