apply-clients 3.5.5-33 → 3.5.5-35

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.
@@ -28,7 +28,7 @@
28
28
  <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
29
29
  <button class="button_search button_spacing" @click="$parent.$parent.loadPage()">返回</button>
30
30
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
31
- <export-excel :data="$parent.$parent.getCondition"
31
+ <export-excel v-if="$parent.$parent.projectImport" :data="$parent.$parent.getCondition"
32
32
  :field="$parent.$parent.getfield"
33
33
  sqlurl="rs/logic/applyExportfile"
34
34
  sql-name="supervisory"
@@ -676,6 +676,9 @@ import {HttpResetClass, PagedList} from 'vue-client'
676
676
  orgid: this.orgid
677
677
  }
678
678
  }
679
+ },
680
+ projectImport () {
681
+ return this.$login.r.includes('审核抽查-导出')
679
682
  }
680
683
  }
681
684
  }