修改颜色

This commit is contained in:
huichao
2020-07-28 17:43:15 +08:00
parent 27005aff18
commit 352a8c0b50

View File

@@ -89,7 +89,7 @@
</div> </div>
</div>--> </div>-->
</div> </div>
<div class="h40 bg-red footer absolute bottom0 text-center fs14 fw500 white" @click="checkTeam(obj)" v-if="!mask1">查看团队业绩</div> <div class="h40 bg-red footer absolute bottom0 text-center fs14 fw500 white" @click="checkTeam(obj)" v-if="mask1">查看团队业绩</div>
</div> </div>
</template> </template>
<script> <script>
@@ -141,11 +141,11 @@ export default {
btns: [ btns: [
{ {
title: '考勤记录', title: '考勤记录',
titleColor: 'FF0000', title_color: 'FF0000',
}, },
], ],
}) })
}, 1000) }, 2000)
if (this.code == '') { if (this.code == '') {
// this.getPerformanceHeader1() // this.getPerformanceHeader1()
} }
@@ -244,7 +244,7 @@ export default {
(this.deptCode = res.deptCode), (this.deptCode = res.deptCode),
(this.areaCode = res.areaCode) (this.areaCode = res.areaCode)
if (this.agentGrade.slice(0, 2) == 'A1') { if (this.agentGrade.slice(0, 2) == 'A1') {
this.mask1 = true this.mask1 = false
}else if (this.agentGrade.slice(0, 2) == 'A2') { }else if (this.agentGrade.slice(0, 2) == 'A2') {
;(this.obj.unitName = this.unitName), (this.obj.code = this.branchCode) ;(this.obj.unitName = this.unitName), (this.obj.code = this.branchCode)
} else if (this.agentGrade.slice(0, 2) == 'A3') { } else if (this.agentGrade.slice(0, 2) == 'A3') {