apply-clients 3.5.5-98 → 3.5.5-99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.5.5-98",
3
+ "version": "3.5.5-99",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -417,7 +417,7 @@ export default {
417
417
  this.search()
418
418
  this.getservicer()
419
419
  this.getapplyoperator()
420
- if( this.$login.f.rolestr.includes("收费明细修改")){
420
+ if( this.$login.f.rolestr.includes("报建收费明细修改")){
421
421
  this.showbutton=true
422
422
  }
423
423
  },