| | |
| | | <DataBoardCenterChart></DataBoardCenterChart> |
| | | </div> |
| | | <div class="data-board-home-content-right"> |
| | | <DataBoardContentItem title="奖励金使用排行" class="data-table-content"> |
| | | <DataBoardContentItem title="可用资金使用排行" class="data-table-content"> |
| | | <DataBoardTableView |
| | | :tableData="bountyUseAmountRankList" |
| | | unit="元" |
| | |
| | | useGetDataBoardNewCustomerCount, |
| | | useGetDataBoardNewInsurePeopleCount, |
| | | } from './hooks'; |
| | | import { take } from 'lodash'; |
| | | |
| | | defineOptions({ |
| | | name: 'DataBoardHome', |
| | |
| | | |
| | | const dataBoardTime = ref(null); |
| | | let timer = null; |
| | | |
| | | const tableData = [ |
| | | { |
| | | name: '公司名', |
| | | num: 3842, |
| | | }, |
| | | { |
| | | name: '公司名', |
| | | num: 32, |
| | | }, |
| | | { |
| | | name: '公司名', |
| | | num: 342, |
| | | }, |
| | | { |
| | | name: '公司名', |
| | | num: 342, |
| | | }, |
| | | { |
| | | name: '公司名', |
| | | num: 342, |
| | | }, |
| | | { |
| | | name: '公司名', |
| | | num: 342, |
| | | }, |
| | | ]; |
| | | |
| | | const updateTime = () => { |
| | | dataBoardTime.value = format(new Date(), 'YYYY.MM.DD HH:mm:ss'); |