sale-client 3.6.96 → 3.6.97

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": "sale-client",
3
- "version": "3.6.96",
3
+ "version": "3.6.97",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -366,7 +366,7 @@
366
366
  return
367
367
  }
368
368
  } else {
369
- if (this.authArr.includes('冲正权限') && !this.$login.f.rolesnames.includes('管理员')) {
369
+ if (this.authArr.includes('冲正权限')) {
370
370
  if (this.config.cancleother) {
371
371
  if (row.f_operator != this.$login.f.name) {
372
372
  this.$showAlert('不能撤销不是自己进行的操作', 'warning', 1500)