diff --git a/app/views/users/_resources_list.html.erb b/app/views/users/_resources_list.html.erb
index 57cc95c87..004cfee4d 100644
--- a/app/views/users/_resources_list.html.erb
+++ b/app/views/users/_resources_list.html.erb
@@ -178,7 +178,7 @@
}
line.children().css("background-color", 'white');
id = line.children().last().html();
- user_id = line.children().eq(5).html();
+ user_id = line.children().eq(6).html();
if(line.children().first().children().data('hasHistory') == 'Y'){
alert('该资源存在历史版本,不能删除');
return;