|
@@ -526,7 +526,7 @@ export default {
|
|
|
this.key++
|
|
|
await this.getsalesTrend()
|
|
|
this.init()
|
|
|
- if (this.roleName.indexOf('平台') !== -1 || this.roleName.indexOf('总调度') !== -1 || this.roleName.indexOf('分管调度') !== -1) {
|
|
|
+ if (this.roleName.indexOf('平台') !== -1 || this.roleName.indexOf('总调度') !== -1 || this.roleName.indexOf('分管调度') !== -1 || this.roleName.indexOf('admin') !== -1) {
|
|
|
for (let item of this.option.column) {
|
|
|
if (item.prop === 'extraAmountC') return
|
|
|
}
|