adweb3Home.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. <template>
  2. <div class="home">
  3. <!--网站概况-->
  4. <a-row class="top-title">
  5. <a-col :span="24">
  6. <div style="display: flex; margin-top: 20px">
  7. <span class="t1"> 站点: </span>
  8. <select-site @set-site-info="changeUser" selectWidth="300px" />
  9. <a :href="siteDomain" class="web-link" target="_blank">{{ siteDomain }}</a>
  10. </div>
  11. </a-col>
  12. </a-row>
  13. <!--基础信息-->
  14. <a-card title="网站概况">
  15. <a-row >
  16. <a-col class="border-right" :span="12" >
  17. <a-spin :spinning="baseInfoLoading">
  18. <a-row class="web-info">
  19. <a-col :span="8">
  20. <div class="web-content">
  21. <p class="title">交付状态</p>
  22. <p class="content">
  23. <span>{{ filter_Null_format(baseInfo.deliveryProgress) }}</span>
  24. </p>
  25. <a-progress style="width: 40%" :steps="6" :percent="baseInfo.percentage" />
  26. </div>
  27. </a-col>
  28. <a-col :span="8">
  29. <div class="web-content">
  30. <p class="title">运行状态</p>
  31. <p class="content">
  32. <span v-if="baseInfo.runStatus == 0">创建失败</span><span v-if="baseInfo.runStatus == 1">正常运行</span
  33. ><span v-if="baseInfo.runStatus == 2">运行异常</span>
  34. <span v-if="baseInfo.runStatus == 3">站点停止</span>
  35. </p>
  36. </div>
  37. </a-col>
  38. <a-col :span="8">
  39. <div class="web-content">
  40. <p class="title">网站运行</p>
  41. <p class="content">
  42. <span>
  43. {{ filter_Null_format(baseInfo.runDays) }}天
  44. </span>
  45. </p>
  46. </div>
  47. </a-col>
  48. </a-row>
  49. </a-spin>
  50. </a-col>
  51. <a-col :span="12">
  52. <a-spin :spinning="baseInfoLoading">
  53. <a-row class="web-info">
  54. <a-col :span="8">
  55. <div class="web-content">
  56. <p class="title">套餐类型</p>
  57. <p class="content">
  58. <span>{{ filter_Null_format(baseInfo.planName) }}</span>
  59. </p>
  60. </div>
  61. </a-col>
  62. <a-col :span="8">
  63. <div class="web-content">
  64. <p class="title">提单时间</p>
  65. <p class="content">
  66. <span>{{ filter_Null_format(baseInfo.createTime) }}</span>
  67. </p>
  68. </div>
  69. </a-col>
  70. <a-col :span="8">
  71. <div class="web-content">
  72. <p class="title">预计服务到期时间</p>
  73. <p class="content">
  74. <span >{{ filter_Null_format(baseInfo.endTime) }}</span>
  75. </p>
  76. </div>
  77. </a-col>
  78. </a-row>
  79. </a-spin>
  80. </a-col>
  81. </a-row>
  82. </a-card>
  83. <a-row class="r3">
  84. <a-col :span="24">
  85. <a-card title="核心数据">
  86. <a-row class="r5" :gutter="[20, 20]">
  87. <a-col :span="4" class="border-right">
  88. <div class="wrap effect">
  89. <a-spin :spinning="coreInfoLoading">
  90. <!-- <router-link :to="{ path: '/inquiry/list', query: { timeType: 'thisWeek' } }">-->
  91. <div class="fr">
  92. <p class="title">本周询盘数</p>
  93. <p class="theme-color">{{ filter_Null_format(currentWeekEnquiryCount) }}</p>
  94. </div>
  95. <!-- </router-link>-->
  96. </a-spin>
  97. </div>
  98. </a-col>
  99. <a-col :span="4" class="border-right">
  100. <div class="wrap effect">
  101. <a-spin :spinning="coreInfoLoading">
  102. <!-- <router-link :to="{ path: '/inquiry/list', query: { timeType: 'thisMonth' } }">-->
  103. <div class="fr">
  104. <p class="title">本月询盘数</p>
  105. <p class="theme-color">{{ filter_Null_format(currentMonthEnquiryCount) }}</p>
  106. </div>
  107. <!-- </router-link>-->
  108. </a-spin>
  109. </div>
  110. </a-col>
  111. <a-col :span="4" class="border-right">
  112. <!-- <router-link :to="{ path: '/inquiry/list' }">-->
  113. <div class="wrap effect">
  114. <a-spin :spinning="coreInfoLoading">
  115. <div class="fr">
  116. <p class="title">累计询盘数</p>
  117. <p class="theme-color">{{ filter_Null_format(totalEnquiryCount) }}</p>
  118. </div>
  119. </a-spin>
  120. </div>
  121. <!-- </router-link>-->
  122. </a-col>
  123. <a-col :span="4" class="border-right">
  124. <div class="wrap blue">
  125. <a-spin :spinning="coreInfoLoading">
  126. <div class="fr">
  127. <p class="title">本周流量</p>
  128. <p>{{ filter_Null_format(thisWeekData.totalUsers) }}</p>
  129. </div>
  130. </a-spin>
  131. </div>
  132. </a-col>
  133. <a-col :span="4" class="border-right">
  134. <div class="wrap blue">
  135. <a-spin :spinning="coreInfoLoading">
  136. <div class="fr">
  137. <p class="title">本月流量</p>
  138. <p>{{ filter_Null_format(thisMonthData.totalUsers) }}</p>
  139. </div>
  140. </a-spin>
  141. </div>
  142. </a-col>
  143. <a-col :span="4">
  144. <div class="wrap blue">
  145. <a-spin :spinning="coreInfoLoading">
  146. <div class="fr">
  147. <p class="title">累计流量</p>
  148. <p>{{ filter_Null_format(allTimeData.totalUsers) }}</p>
  149. </div>
  150. </a-spin>
  151. </div>
  152. </a-col>
  153. <a-col :span="24" style="margin-top: 10px">
  154. <a-table
  155. class="ant-table-striped"
  156. :loading="coreDetailLoading"
  157. :columns="columns"
  158. :pagination="false"
  159. :data-source="coreDataTable"
  160. :row-class-name="(_record, index) => (index % 2 === 1 ? 'table-striped' : null)"
  161. bordered
  162. >
  163. </a-table>
  164. <p style="color: #999; font-size: 13px">注:今日数据每小时更新一次。</p>
  165. </a-col>
  166. <a-row class="r5-1">
  167. <div class="fl">
  168. <a-button :type="timeChooseIndex == 7 ? 'primary' : ''" @click="changeTime(7)"> 最近7天 </a-button>
  169. <a-button :type="timeChooseIndex == 30 ? 'primary' : ''" @click="changeTime(30)"> 最近30天 </a-button>
  170. <a-button :type="timeChooseIndex == 180 ? 'primary' : ''" @click="changeTime(180)"> 最近六个月 </a-button>
  171. </div>
  172. <a-col :span="24">
  173. <a-spin :spinning="chartsLoading" style="float: left; width: 100%">
  174. <area-chart v-if="coreDataChart.x.length > 0" :dataSource="coreDataChart" />
  175. <a-empty v-else style="float: right; width: 100%; margin-top: 110px" />
  176. </a-spin>
  177. </a-col>
  178. </a-row>
  179. <a-row class="r5-1" :gutter="[20, 20]">
  180. <a-col style="width: 20%" class="border-right">
  181. <div class="wrap">
  182. <div class="fr">
  183. <p class="title">日均访问量</p>
  184. <p style="font-size: 25px">{{ averageVisit }}</p>
  185. </div>
  186. </div>
  187. </a-col>
  188. <a-col style="width: 20%" class="border-right">
  189. <div class="wrap">
  190. <div class="fr">
  191. <p class="title">平均访问时长</p>
  192. <p style="font-size: 25px">{{ averageVisitDuration }}</p>
  193. </div>
  194. </div>
  195. </a-col>
  196. <a-col style="width: 20%" class="border-right">
  197. <div class="wrap">
  198. <div class="fr">
  199. <p class="title">访客平均访问页面数</p>
  200. <p style="font-size: 25px">{{ averageVisitPage }}</p>
  201. </div>
  202. </div>
  203. </a-col>
  204. <a-col style="width: 20%" class="border-right">
  205. <div class="wrap">
  206. <div class="fr">
  207. <p class="title">跳出率</p>
  208. <p style="font-size: 25px">{{ bounceRate }}</p>
  209. </div>
  210. </div>
  211. </a-col>
  212. <a-col style="width: 20%">
  213. <div class="wrap">
  214. <div class="fr">
  215. <p class="title">UV到询盘转化率</p>
  216. <p style="font-size: 25px">{{ conversionRate }}</p>
  217. </div>
  218. </div>
  219. </a-col>
  220. </a-row>
  221. </a-row>
  222. </a-card>
  223. </a-col>
  224. </a-row>
  225. </div>
  226. </template>
  227. <script lang="ts" setup name="Adweb3Home">
  228. import areaChart from '/@/views/adweb/data/chart/areaChart.vue';
  229. import { getAction } from '/@/api/manage/manage';
  230. import { useUserStore } from '/@/store/modules/user';
  231. import selectSite from '/@/components/Adweb/selectSite.vue';
  232. import '/@/assets/less/home.less';
  233. import { useMessage } from '/@/hooks/web/useMessage';
  234. import { onMounted, reactive, ref } from 'vue';
  235. const { createMessage } = useMessage();
  236. const columns = [
  237. {
  238. title: '指标',
  239. dataIndex: 'targetName',
  240. },
  241. {
  242. title: '今日',
  243. dataIndex: 'todayCount',
  244. },
  245. {
  246. title: '昨日',
  247. dataIndex: 'yesterdayCount',
  248. scopedSlots: { customRender: 'yesterdayCount' },
  249. },
  250. {
  251. title: '本周',
  252. dataIndex: 'currentWeekCount',
  253. scopedSlots: { customRender: 'currentWeekCount' },
  254. },
  255. {
  256. title: '上周',
  257. dataIndex: 'lastWeekCount',
  258. },
  259. {
  260. title: '本月',
  261. dataIndex: 'currentMonthCount',
  262. },
  263. {
  264. title: '上月',
  265. dataIndex: 'lastMonthCount',
  266. },
  267. {
  268. title: '全部',
  269. dataIndex: 'totalCount',
  270. },
  271. ];
  272. const userRole = ref('');
  273. const timeChooseIndex = ref(7);
  274. //网站概况
  275. const siteDomain = ref('');
  276. const siteCode = ref('');
  277. const siteStatus = ref(0);
  278. let baseInfo = reactive<any>({});
  279. const baseInfoLoading = ref(false);
  280. //物料完成情况
  281. // TODO
  282. //核心数据
  283. const coreInfoLoading = ref(false);
  284. const coreDetailLoading = ref(false);
  285. const chartsLoading = ref(false);
  286. const achievePercent = ref(0);
  287. const appointWordCount = ref(0);
  288. const currentAchieveCount = ref(0);
  289. const currentMonthEnquiryCount = ref(0);
  290. const currentWeekEnquiryCount = ref(0);
  291. const totalEnquiryCount = ref(0);
  292. let flowIndicator = ref({});
  293. let coreDataTable = ref([]);
  294. const coreDataChart = ref({
  295. x: [],
  296. uv: [],
  297. pv: [],
  298. enquiry: [],
  299. });
  300. const averageVisit = ref(0);
  301. const averageVisitDuration = ref(0);
  302. const averageVisitPage = ref(0);
  303. const bounceRate = ref(0);
  304. const conversionRate = ref(0);
  305. const isShow = ref(false);
  306. onMounted(() => {
  307. userRole.value = useUserStore().roleList;
  308. });
  309. //改变站点
  310. function changeUser(selectedParamSiteInfo: any) {
  311. siteCode.value = selectedParamSiteInfo.code;
  312. siteDomain.value = selectedParamSiteInfo.domain;
  313. siteStatus.value = selectedParamSiteInfo.status;
  314. getAllInfo();
  315. }
  316. function filter_Null_format(value) {
  317. if (value === '' || value === null || value === undefined) {
  318. return '--';
  319. } else {
  320. return value;
  321. }
  322. }
  323. //保证先获取到站点列表,获取到siteCode及siteId后再进行此方法
  324. function getAllInfo() {
  325. getBaseInfo();
  326. getCoreData();
  327. getCoreDataChart();
  328. }
  329. //获取基础信息
  330. function getBaseInfo() {
  331. let d = {
  332. siteCode: siteCode.value,
  333. };
  334. baseInfoLoading.value = true;
  335. getAction('/adweb/adwebSiteManage/siteBasicInfo', d).then(function (res) {
  336. baseInfoLoading.value = false;
  337. if (res.code == 200) {
  338. baseInfo = res.result;
  339. isShow.value = true;
  340. } else {
  341. createMessage.error('获取站点基础信息失败,请刷新重试');
  342. }
  343. });
  344. }
  345. const yesterdayData = ref({});
  346. const todayData = ref({});
  347. const thisWeekData = ref({});
  348. const lastWeekData = ref({});
  349. const thisMonthData = ref({});
  350. const lastMonthData = ref({});
  351. const allTimeData = ref({});
  352. //获取核心数据
  353. function getCoreData() {
  354. let d = {
  355. siteCode: siteCode.value,
  356. };
  357. coreInfoLoading.value = true;
  358. getAction('/dmp-data/site-periodic/stats', d).then(function (res) {
  359. coreInfoLoading.value = false;
  360. if (res.code == 200) {
  361. yesterdayData.value = res.result.yesterday;
  362. todayData.value = res.result.today;
  363. thisWeekData.value = res.result.thisWeek;
  364. lastWeekData.value = res.result.lastWeek;
  365. thisMonthData.value = res.result.thisMonth;
  366. lastMonthData.value = res.result.lastMonth;
  367. allTimeData.value = res.result.allTime;
  368. // achievePercent.value = res.data.achievePercent;
  369. // appointWordCount.value = res.data.appointWordCount;
  370. // currentAchieveCount.value = res.data.currentAchieveCount;
  371. // currentMonthEnquiryCount.value = res.data.currentMonthEnquiryCount;
  372. // currentWeekEnquiryCount.value = res.data.currentWeekEnquiryCount;
  373. // totalEnquiryCount.value = res.data.totalEnquiryCount;
  374. // flowIndicator = res.data.flowIndicator;
  375. currentWeekEnquiryCount.value = thisWeekData.value.enquires;
  376. currentMonthEnquiryCount.value = thisMonthData.value.enquires;
  377. totalEnquiryCount.value = allTimeData.value.enquires;
  378. coreDataTable.value = [];
  379. coreDataTable.value.push(
  380. {
  381. targetName: '访客数(UV)',
  382. todayCount: todayData.value.totalUsers,
  383. yesterdayCount: yesterdayData.value.totalUsers,
  384. currentWeekCount: thisWeekData.value.totalUsers,
  385. lastWeekCount: lastWeekData.value.totalUsers,
  386. currentMonthCount: thisMonthData.value.totalUsers,
  387. lastMonthCount: lastMonthData.value.totalUsers,
  388. totalCount: allTimeData.value.totalUsers,
  389. },
  390. {
  391. targetName: '访问量(PV)',
  392. todayCount: todayData.value.pageViews,
  393. yesterdayCount: yesterdayData.value.pageViews,
  394. currentWeekCount: thisWeekData.value.pageViews,
  395. lastWeekCount: lastWeekData.value.pageViews,
  396. currentMonthCount: thisMonthData.value.pageViews,
  397. lastMonthCount: lastMonthData.value.pageViews,
  398. totalCount: allTimeData.value.pageViews,
  399. },
  400. {
  401. targetName: '询盘数',
  402. todayCount: todayData.value.enquires,
  403. yesterdayCount: yesterdayData.value.enquires,
  404. currentWeekCount: thisWeekData.value.enquires,
  405. lastWeekCount: lastWeekData.value.enquires,
  406. currentMonthCount: thisMonthData.value.enquires,
  407. lastMonthCount: lastMonthData.value.enquires,
  408. totalCount: allTimeData.value.enquires,
  409. },
  410. {
  411. targetName: '询盘转化率',
  412. todayCount: todayData.value.enquiryConversionRate,
  413. yesterdayCount: yesterdayData.value.enquiryConversionRate,
  414. currentWeekCount: thisWeekData.value.enquiryConversionRate,
  415. lastWeekCount: lastWeekData.value.enquiryConversionRate,
  416. currentMonthCount: thisMonthData.value.enquiryConversionRate,
  417. lastMonthCount: lastMonthData.value.enquiryConversionRate,
  418. totalCount: allTimeData.value.enquiryConversionRate,
  419. }
  420. );
  421. } else {
  422. createMessage.error('获取核心数据信息失败,请刷新重试');
  423. }
  424. });
  425. }
  426. //改变图表的时间维度
  427. function changeTime(time) {
  428. console.log(time);
  429. timeChooseIndex.value = time;
  430. getCoreDataChart();
  431. }
  432. //核心数据的面积图
  433. const getCoreDataChart = async () => {
  434. let d = {
  435. siteCode: siteCode.value,
  436. dateType: timeChooseIndex.value,
  437. };
  438. chartsLoading.value = true;
  439. const res = await getAction('/dmp-data/site-overview/stats', d);
  440. if (res.code == 200) {
  441. let r = res.result == null ? {} : res.result;
  442. averageVisit.value = r.dailyTotalUsers == null ? '0' : r.dailyTotalUsers;
  443. averageVisitDuration.value = r.avgTimeOnPage == null ? '0' : r.avgTimeOnPage;
  444. averageVisitPage.value = r.pageViewsPerSession == null ? '0' : r.pageViewsPerSession;
  445. bounceRate.value = r.bounceRate == null ? '0' : r.bounceRate;
  446. conversionRate.value = r.enquiryConversionRate == null ? '0' : r.enquiryConversionRate;
  447. let x = [],
  448. pv = [],
  449. uv = [],
  450. enquiry = [];
  451. if (r.dailyStats != null && r.dailyStats.length > 0) {
  452. for (let i in r.dailyStats) {
  453. x.push(r.dailyStats[i].date);
  454. pv.push(r.dailyStats[i].pageViews);
  455. uv.push(r.dailyStats[i].totalUsers);
  456. enquiry.push(r.dailyStats[i].enquires);
  457. }
  458. }
  459. coreDataChart.value.x = x;
  460. coreDataChart.value.pv = pv;
  461. coreDataChart.value.uv = uv;
  462. coreDataChart.value.enquiry = enquiry;
  463. } else {
  464. averageVisit.value = 0;
  465. averageVisitDuration.value = 0;
  466. averageVisitPage.value = 0;
  467. bounceRate.value = 0;
  468. coreDataChart.value.x = [];
  469. coreDataChart.value.pv = [];
  470. coreDataChart.value.uv = [];
  471. coreDataChart.value.enquiry = [];
  472. createMessage.error('获取核心数据图表信息失败,请刷新重试');
  473. }
  474. chartsLoading.value = false;
  475. };
  476. </script>
  477. <style lang="less">
  478. .home {
  479. .ant-select {
  480. color: #fff;
  481. .ant-select-selection {
  482. background-color: transparent;
  483. }
  484. .ant-select-arrow {
  485. color: #fff;
  486. }
  487. }
  488. }
  489. </style>
  490. <style scoped lang="less">
  491. p,
  492. span {
  493. color: #000;
  494. margin: 0;
  495. }
  496. .theme-color {
  497. color: @primary-color;
  498. }
  499. .title {
  500. font-size: 18px;
  501. color: #000;
  502. }
  503. </style>
  504. <style lang="less">
  505. .pop-wrap {
  506. .ant-popover-inner-content {
  507. padding: 0;
  508. }
  509. .wrap {
  510. width: 400px;
  511. padding: 20px 20px;
  512. background-position: bottom right;
  513. p {
  514. line-height: 1.8;
  515. i {
  516. color: @primary-color;
  517. margin-right: 10px;
  518. }
  519. }
  520. .name {
  521. font-size: 18px;
  522. margin-bottom: 20px;
  523. }
  524. .job {
  525. font-size: 15px;
  526. color: #9f9f9f;
  527. }
  528. .ant-col-8 {
  529. text-align: right;
  530. }
  531. }
  532. }
  533. .faban {
  534. .ant-modal {
  535. .ant-modal-content {
  536. background-color: transparent;
  537. box-shadow: none;
  538. .ant-modal-close {
  539. top: 70px;
  540. right: -10px;
  541. .ant-modal-close-x {
  542. width: auto;
  543. height: auto;
  544. }
  545. }
  546. .self-close {
  547. i {
  548. color: #fff;
  549. border: 1px solid #fff;
  550. width: 25px;
  551. height: 25px;
  552. display: block;
  553. line-height: 25px;
  554. }
  555. }
  556. .ant-modal-body {
  557. .top-bg {
  558. background: url('../../../../assets/home/faban/topbg.png') no-repeat;
  559. min-height: 242px;
  560. background-size: 100% 100%;
  561. display: flex;
  562. justify-content: center;
  563. align-items: flex-end;
  564. font-size: 38px;
  565. padding-bottom: 60px;
  566. p {
  567. color: #fff;
  568. }
  569. }
  570. .info-wrap {
  571. background: #fff;
  572. padding: 0 40px;
  573. overflow: hidden;
  574. border-bottom-left-radius: 15px;
  575. border-bottom-right-radius: 15px;
  576. margin-top: -1px;
  577. p {
  578. position: relative;
  579. padding-left: 30px;
  580. margin-bottom: 5px;
  581. letter-spacing: 1px;
  582. &:before {
  583. content: '';
  584. position: absolute;
  585. left: 0;
  586. width: 15px;
  587. height: 15px;
  588. background: url('../../../../assets/home/faban/dot.svg');
  589. background-repeat: no-repeat;
  590. top: 3px;
  591. }
  592. }
  593. img {
  594. width: 70px;
  595. float: right;
  596. padding: 40px 0;
  597. }
  598. }
  599. }
  600. }
  601. }
  602. }
  603. </style>