| | |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | <el-col :xl="12" :lg="12" :md="12" :sm="24" :xs="24"> |
| | | <div class="h-70px flex items-center justify-end lt-sm:mt-10px"> |
| | | <div class="px-8px text-right"> |
| | | <div class="mb-16px text-14px text-gray-400">{{ t('workplace.project') }}</div> |
| | | <CountTo |
| | | class="text-20px" |
| | | :start-val="0" |
| | | :end-val="totalSate.project" |
| | | :duration="2600" |
| | | /> |
| | | </div> |
| | | <el-divider direction="vertical" /> |
| | | <div class="px-8px text-right"> |
| | | <div class="mb-16px text-14px text-gray-400">{{ t('workplace.toDo') }}</div> |
| | | <CountTo |
| | | class="text-20px" |
| | | :start-val="0" |
| | | :end-val="totalSate.todo" |
| | | :duration="2600" |
| | | /> |
| | | </div> |
| | | <el-divider direction="vertical" border-style="dashed" /> |
| | | <div class="px-8px text-right"> |
| | | <div class="mb-16px text-14px text-gray-400">{{ t('workplace.access') }}</div> |
| | | <CountTo |
| | | class="text-20px" |
| | | :start-val="0" |
| | | :end-val="totalSate.access" |
| | | :duration="2600" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | <!-- <el-col :xl="12" :lg="12" :md="12" :sm="24" :xs="24">--> |
| | | <!-- <div class="h-70px flex items-center justify-end lt-sm:mt-10px">--> |
| | | <!-- <div class="px-8px text-right">--> |
| | | <!-- <div class="mb-16px text-14px text-gray-400">{{ t('workplace.project') }}</div>--> |
| | | <!-- <CountTo--> |
| | | <!-- class="text-20px"--> |
| | | <!-- :start-val="0"--> |
| | | <!-- :end-val="totalSate.project"--> |
| | | <!-- :duration="2600"--> |
| | | <!-- />--> |
| | | <!-- </div>--> |
| | | <!-- <el-divider direction="vertical" />--> |
| | | <!-- <div class="px-8px text-right">--> |
| | | <!-- <div class="mb-16px text-14px text-gray-400">{{ t('workplace.toDo') }}</div>--> |
| | | <!-- <CountTo--> |
| | | <!-- class="text-20px"--> |
| | | <!-- :start-val="0"--> |
| | | <!-- :end-val="totalSate.todo"--> |
| | | <!-- :duration="2600"--> |
| | | <!-- />--> |
| | | <!-- </div>--> |
| | | <!-- <el-divider direction="vertical" border-style="dashed" />--> |
| | | <!-- <div class="px-8px text-right">--> |
| | | <!-- <div class="mb-16px text-14px text-gray-400">{{ t('workplace.access') }}</div>--> |
| | | <!-- <CountTo--> |
| | | <!-- class="text-20px"--> |
| | | <!-- :start-val="0"--> |
| | | <!-- :end-val="totalSate.access"--> |
| | | <!-- :duration="2600"--> |
| | | <!-- />--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </el-col>--> |
| | | </el-row> |
| | | </el-skeleton> |
| | | </el-card> |