diff --git a/src/modules/table.js b/src/modules/table.js index 1a015379..c63f1349 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -584,7 +584,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ lay.style({ target: that.elem[0], text: text.join(''), - id: 'DF-'+ index + id: 'DF-table-'+ index }); };