发布v2.6.3版本

This commit is contained in:
雨中磐石
2024-05-04 17:53:06 +08:00
parent b0d1a233bd
commit 3048af398c
26 changed files with 176 additions and 56 deletions

View File

@@ -882,10 +882,17 @@
this._caozuochengs=function(a,oj){
a.renderer=function(v,d,oi){
var s='<a oi="'+oi+'" oj="'+oj+'" style="TEXT-DECORATION:none" temp="caozuomenu_'+rand+'">操作<i class="icon-angle-down"></i></a>';
var s='<a oi="'+oi+'" oj="'+oj+'" style="TEXT-DECORATION:none" temp="caozuomenu_'+rand+'">';
if(this.opttype){
s+=this.opttype;
}else{
s+='操作<i class="icon-angle-down"></i>';
}
s+='</a>';
if(!d.id)s='&nbsp;';
return s;
};
a.renderattr=function(){return 'nowrap'}
a.notexcel=true;
return a;
};