isdata-customer-sdk 0.2.1 → 0.2.2

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.
@@ -33119,6 +33119,19 @@ const check = element => {
33119
33119
  return checkResult;
33120
33120
  }
33121
33121
  }
33122
+ // 检查分页组件 导出按钮
33123
+ if (classes.contains("export_menu")) {
33124
+ let innerHTML = element.innerHTML;
33125
+ if (innerHTML.includes("导出进度") || innerHTML.includes("Export progress")) {
33126
+ console.log("检查smardaten平台表格 导出按钮 元素:", innerHTML);
33127
+ let tempHTMLMatch = {
33128
+ oldValue: '$L{PLATFORM_EXPORT_ALL}'
33129
+ };
33130
+ checkResult.result = true;
33131
+ checkResult.innerHTMLMatch = tempHTMLMatch;
33132
+ return checkResult;
33133
+ }
33134
+ }
33122
33135
  // 检查分页组件
33123
33136
  if (classes.contains("total_pag_num")) {
33124
33137
  let innerHTML = element.innerHTML;