rapid-spreadjs 1.0.37 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -556,6 +556,7 @@ const SheetUtils = {
556
556
  {
557
557
  imageType: GC.Spread.Sheets.ButtonImageType.dropdown,
558
558
  command: 'openDateTimePicker',
559
+ visibility: GC.Spread.Sheets.ButtonVisibility.onSelected,
559
560
  // 按钮宽度
560
561
  // width: 10,
561
562
  },
@@ -18627,7 +18628,7 @@ const FormulaUtils = {
18627
18628
  }
18628
18629
  let djtlx = retData.allCellVals[0], xzhjs = retData.allCellVals[1];
18629
18630
  var czl; //最后输出的值
18630
- if (djtlx == '中砂-砂砾土') {
18631
+ if (djtlx == '中砂、粗砂、砾砂') {
18631
18632
  var arr = new Array('15-0.002', '16-0.003', '17-0.003', '18-0.004', '19-0.004', '20-0.005', '21-0.005', '22-0.006', '23-0.006', '24-0.007', '25-0.008');
18632
18633
  }
18633
18634
  else {