diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html index f7e41cbd..25522b19 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html @@ -126,7 +126,7 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('材料提交 '); + actions.push('材料提交 '); actions.push('编辑 '); actions.push('删除'); return actions.join(''); @@ -135,7 +135,10 @@ }; $.table.init(options); }); - + function openFile(id){ + table.set(); + $.modal.openTab("材料提交", $.operate.detailUrl(id)); + }