| | |
| | | </div> |
| | | <a-divider type="vertical" style="height: 100%; margin: 0px 16px"/> |
| | | <div class="item"> |
| | | <p>总应叫应数</p> |
| | | <span>{{basicData.responsesThisMonthSum}}</span> |
| | | </div> |
| | | <a-divider type="vertical" style="height: 100%; margin: 0px 16px"/> |
| | | <div class="item"> |
| | | <p>叫应数</p> |
| | | <span>{{basicData.responsesThisMonthNum}}</span> |
| | | </div> |
| | |
| | | <Projecting /> |
| | | <Dynamic style="margin-top: 20px"/> |
| | | </div> |
| | | <div class="left" v-if="userInfo.role.id == 2"> |
| | | <div class="left" v-if="userInfo.role.id == 2 || userInfo.role.id == 4"> |
| | | <Review /> |
| | | </div> |
| | | <div class="right"> |
| | | <QuickNavigation /> |
| | | <IndexEcharts style="margin-top: 20px"/> |
| | | <!-- <QuickNavigation />--> |
| | | <IndexEcharts/> |
| | | <Team style="margin-top: 20px"/> |
| | | </div> |
| | | </div> |