Explorar el Código

反馈查看详情信息

nn hace 8 años
padre
commit
279c7efc1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/feedback.js

+ 1 - 1
js/feedback.js

@@ -330,7 +330,7 @@ Feedback.getDataRow = function(h,i){//创建表格下的反馈数据库循环数
     row.appendChild(delCell); 
     var btnDel = document.createElement('input');
     btnDel.setAttribute('type','button');
-    btnDel.setAttribute('value','删除321');  
+    btnDel.setAttribute('value','删除');  
     btnDel.setAttribute('class','delectInfo');  
     btnDel.onclick=function(){ //删除操作 
         if(confirm("确定删除这一行嘛?")){