|
|
@@ -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("确定删除这一行嘛?")){
|