fs-danaus
2023-03-30 665b0603d09890014f982fdfbd6ec47938f504b0
Grid/Export.js
@@ -70,7 +70,7 @@
      var has = this.HasSelected();
      O["Options"].push(
         {Name:"ExportSelected",Text:this.GetText("ExportSelected"+(has&5?(has&6?"Cells":"Rows"):"Cols"),L),Bool:1,Value:et["selected"],Hidden:!has,NoAll:1},
         {Name:"ExportFixedRows",Text:this.GetText("ExportFixedRows",L),Bool:1,Value:et["fixedrows"],Hidden:this.GetFirstVisible(this.XH)?0:1,NoAll:1},
         {Name:"ExportFixedRows",Text:this.GetText("ExportFixedRows",L),Bool:1,Value:1,Hidden:this.GetFirstVisible(this.XH)?0:1,NoAll:1},//***导出execl设置成固定标题,et["fixedrows"]
         {Name:"ExportFixedCols",Text:this.GetText("ExportFixedCols",L),Bool:1,Value:et["fixedcols"],Hidden:this.GetFirstCol(0)?0:1,NoAll:1},
         {Name:"ExportEmpty",Text:this.GetText("ExportEmpty",L),Bool:1,Value:et["empty"],Hidden:0,NoAll:1}
         );