adweb3Home.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  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. <div class="fr" v-if="coreDataChart.x.length > 0">
  174. <span><i style="background: #53A2D3"></i>访客数(UV)</span>
  175. <span><i style="background: #FF951A"></i>浏览量(PV)</span>
  176. <span><i style="background: #399C5C"></i>询盘数</span>
  177. </div>
  178. <a-spin :spinning="chartsLoading" style="float: left; width: 100%">
  179. <area-chart v-if="coreDataChart.x.length > 0" :dataSource="coreDataChart" />
  180. <a-empty v-else style="float: right; width: 100%; margin-top: 110px" />
  181. </a-spin>
  182. </a-col>
  183. </a-row>
  184. <a-row class="r5-1" :gutter="[20, 20]">
  185. <a-col style="width: 20%" class="border-right">
  186. <div class="wrap">
  187. <div class="fr">
  188. <p class="title">日均访问量</p>
  189. <p style="font-size: 25px">{{ averageVisit }}</p>
  190. </div>
  191. </div>
  192. </a-col>
  193. <a-col style="width: 20%" class="border-right">
  194. <div class="wrap">
  195. <div class="fr">
  196. <p class="title">平均访问时长</p>
  197. <p style="font-size: 25px">{{ averageVisitDuration }}</p>
  198. </div>
  199. </div>
  200. </a-col>
  201. <a-col style="width: 20%" class="border-right">
  202. <div class="wrap">
  203. <div class="fr">
  204. <p class="title">访客平均访问页面数</p>
  205. <p style="font-size: 25px">{{ averageVisitPage }}</p>
  206. </div>
  207. </div>
  208. </a-col>
  209. <a-col style="width: 20%" class="border-right">
  210. <div class="wrap">
  211. <div class="fr">
  212. <p class="title">跳出率</p>
  213. <p style="font-size: 25px">{{ bounceRate }}</p>
  214. </div>
  215. </div>
  216. </a-col>
  217. <a-col style="width: 20%">
  218. <div class="wrap">
  219. <div class="fr">
  220. <p class="title">UV到询盘转化率</p>
  221. <p style="font-size: 25px">{{ conversionRate }}</p>
  222. </div>
  223. </div>
  224. </a-col>
  225. </a-row>
  226. </a-row>
  227. </a-card>
  228. </a-col>
  229. </a-row>
  230. </div>
  231. </template>
  232. <script lang="ts" setup name="Adweb3Home">
  233. import areaChart from '/@/views/adweb/data/chart/areaChart.vue';
  234. import { getAction } from '/@/api/manage/manage';
  235. import { useUserStore } from '/@/store/modules/user';
  236. import selectSite from '/@/components/Adweb/selectSite.vue';
  237. import '/@/assets/less/home.less';
  238. import { useMessage } from '/@/hooks/web/useMessage';
  239. import { onMounted, reactive, ref } from 'vue';
  240. const { createMessage } = useMessage();
  241. const columns = [
  242. {
  243. title: '指标',
  244. dataIndex: 'targetName',
  245. },
  246. {
  247. title: '今日',
  248. dataIndex: 'todayCount',
  249. },
  250. {
  251. title: '昨日',
  252. dataIndex: 'yesterdayCount',
  253. scopedSlots: { customRender: 'yesterdayCount' },
  254. },
  255. {
  256. title: '本周',
  257. dataIndex: 'currentWeekCount',
  258. scopedSlots: { customRender: 'currentWeekCount' },
  259. },
  260. {
  261. title: '上周',
  262. dataIndex: 'lastWeekCount',
  263. },
  264. {
  265. title: '本月',
  266. dataIndex: 'currentMonthCount',
  267. },
  268. {
  269. title: '上月',
  270. dataIndex: 'lastMonthCount',
  271. },
  272. {
  273. title: '全部',
  274. dataIndex: 'totalCount',
  275. },
  276. ];
  277. const userRole = ref('');
  278. const timeChooseIndex = ref(7);
  279. //网站概况
  280. const siteDomain = ref('');
  281. const siteCode = ref('');
  282. const siteStatus = ref(0);
  283. let baseInfo = reactive<any>({});
  284. const baseInfoLoading = ref(false);
  285. //物料完成情况
  286. // TODO
  287. //核心数据
  288. const coreInfoLoading = ref(false);
  289. const coreDetailLoading = ref(false);
  290. const chartsLoading = ref(false);
  291. const achievePercent = ref(0);
  292. const appointWordCount = ref(0);
  293. const currentAchieveCount = ref(0);
  294. const currentMonthEnquiryCount = ref(0);
  295. const currentWeekEnquiryCount = ref(0);
  296. const totalEnquiryCount = ref(0);
  297. let flowIndicator = ref({});
  298. let coreDataTable = ref([]);
  299. const coreDataChart = ref({
  300. x: [],
  301. uv: [],
  302. pv: [],
  303. enquiry: [],
  304. });
  305. const averageVisit = ref(0);
  306. const averageVisitDuration = ref(0);
  307. const averageVisitPage = ref(0);
  308. const bounceRate = ref(0);
  309. const conversionRate = ref(0);
  310. const isShow = ref(false);
  311. onMounted(() => {
  312. userRole.value = useUserStore().roleList;
  313. });
  314. //改变站点
  315. function changeUser(selectedParamSiteInfo: any) {
  316. siteCode.value = selectedParamSiteInfo.code;
  317. siteDomain.value = selectedParamSiteInfo.domain;
  318. siteStatus.value = selectedParamSiteInfo.status;
  319. getAllInfo();
  320. }
  321. function filter_Null_format(value) {
  322. if (value === '' || value === null || value === undefined) {
  323. return '--';
  324. } else {
  325. return value;
  326. }
  327. }
  328. //保证先获取到站点列表,获取到siteCode及siteId后再进行此方法
  329. function getAllInfo() {
  330. getBaseInfo();
  331. getCoreData();
  332. getCoreDataChart();
  333. }
  334. //获取基础信息
  335. function getBaseInfo() {
  336. let d = {
  337. siteCode: siteCode.value,
  338. };
  339. baseInfoLoading.value = true;
  340. getAction('/adweb/adwebSiteManage/siteBasicInfo', d).then(function (res) {
  341. baseInfoLoading.value = false;
  342. if (res.code == 200) {
  343. baseInfo = res.result;
  344. isShow.value = true;
  345. } else {
  346. createMessage.error('获取站点基础信息失败,请刷新重试');
  347. }
  348. });
  349. }
  350. const yesterdayData = ref({});
  351. const todayData = ref({});
  352. const thisWeekData = ref({});
  353. const lastWeekData = ref({});
  354. const thisMonthData = ref({});
  355. const lastMonthData = ref({});
  356. const allTimeData = ref({});
  357. //获取核心数据
  358. function getCoreData() {
  359. let d = {
  360. siteCode: siteCode.value,
  361. };
  362. coreInfoLoading.value = true;
  363. getAction('/dmp-data/site-periodic/stats', d).then(function (res) {
  364. coreInfoLoading.value = false;
  365. if (res.code == 200) {
  366. yesterdayData.value = res.result.yesterday;
  367. todayData.value = res.result.today;
  368. thisWeekData.value = res.result.thisWeek;
  369. lastWeekData.value = res.result.lastWeek;
  370. thisMonthData.value = res.result.thisMonth;
  371. lastMonthData.value = res.result.lastMonth;
  372. allTimeData.value = res.result.allTime;
  373. // achievePercent.value = res.data.achievePercent;
  374. // appointWordCount.value = res.data.appointWordCount;
  375. // currentAchieveCount.value = res.data.currentAchieveCount;
  376. // currentMonthEnquiryCount.value = res.data.currentMonthEnquiryCount;
  377. // currentWeekEnquiryCount.value = res.data.currentWeekEnquiryCount;
  378. // totalEnquiryCount.value = res.data.totalEnquiryCount;
  379. // flowIndicator = res.data.flowIndicator;
  380. currentWeekEnquiryCount.value = thisWeekData.value.enquires;
  381. currentMonthEnquiryCount.value = thisMonthData.value.enquires;
  382. totalEnquiryCount.value = allTimeData.value.enquires;
  383. coreDataTable.value = [];
  384. coreDataTable.value.push(
  385. {
  386. targetName: '访客数(UV)',
  387. todayCount: todayData.value.totalUsers,
  388. yesterdayCount: yesterdayData.value.totalUsers,
  389. currentWeekCount: thisWeekData.value.totalUsers,
  390. lastWeekCount: lastWeekData.value.totalUsers,
  391. currentMonthCount: thisMonthData.value.totalUsers,
  392. lastMonthCount: lastMonthData.value.totalUsers,
  393. totalCount: allTimeData.value.totalUsers,
  394. },
  395. {
  396. targetName: '访问量(PV)',
  397. todayCount: todayData.value.pageViews,
  398. yesterdayCount: yesterdayData.value.pageViews,
  399. currentWeekCount: thisWeekData.value.pageViews,
  400. lastWeekCount: lastWeekData.value.pageViews,
  401. currentMonthCount: thisMonthData.value.pageViews,
  402. lastMonthCount: lastMonthData.value.pageViews,
  403. totalCount: allTimeData.value.pageViews,
  404. },
  405. {
  406. targetName: '询盘数',
  407. todayCount: todayData.value.enquires,
  408. yesterdayCount: yesterdayData.value.enquires,
  409. currentWeekCount: thisWeekData.value.enquires,
  410. lastWeekCount: lastWeekData.value.enquires,
  411. currentMonthCount: thisMonthData.value.enquires,
  412. lastMonthCount: lastMonthData.value.enquires,
  413. totalCount: allTimeData.value.enquires,
  414. },
  415. {
  416. targetName: '询盘转化率',
  417. todayCount: todayData.value.enquiryConversionRate,
  418. yesterdayCount: yesterdayData.value.enquiryConversionRate,
  419. currentWeekCount: thisWeekData.value.enquiryConversionRate,
  420. lastWeekCount: lastWeekData.value.enquiryConversionRate,
  421. currentMonthCount: thisMonthData.value.enquiryConversionRate,
  422. lastMonthCount: lastMonthData.value.enquiryConversionRate,
  423. totalCount: allTimeData.value.enquiryConversionRate,
  424. }
  425. );
  426. } else {
  427. createMessage.error('获取核心数据信息失败,请刷新重试');
  428. }
  429. });
  430. }
  431. //改变图表的时间维度
  432. function changeTime(time) {
  433. console.log(time);
  434. timeChooseIndex.value = time;
  435. getCoreDataChart();
  436. }
  437. //核心数据的面积图
  438. const getCoreDataChart = async () => {
  439. let d = {
  440. siteCode: siteCode.value,
  441. dateType: timeChooseIndex.value,
  442. };
  443. chartsLoading.value = true;
  444. const res = await getAction('/dmp-data/site-overview/stats', d);
  445. if (res.code == 200) {
  446. let r = res.result == null ? {} : res.result;
  447. averageVisit.value = r.dailyTotalUsers == null ? '0' : r.dailyTotalUsers;
  448. averageVisitDuration.value = r.avgTimeOnPage == null ? '0' : r.avgTimeOnPage;
  449. averageVisitPage.value = r.pageViewsPerSession == null ? '0' : r.pageViewsPerSession;
  450. bounceRate.value = r.bounceRate == null ? '0' : r.bounceRate;
  451. conversionRate.value = r.enquiryConversionRate == null ? '0' : r.enquiryConversionRate;
  452. let x = [],
  453. pv = [],
  454. uv = [],
  455. enquiry = [];
  456. if (r.dailyStats != null && r.dailyStats.length > 0) {
  457. for (let i in r.dailyStats) {
  458. x.push(r.dailyStats[i].date);
  459. pv.push(r.dailyStats[i].pageViews);
  460. uv.push(r.dailyStats[i].totalUsers);
  461. enquiry.push(r.dailyStats[i].enquires);
  462. }
  463. }
  464. coreDataChart.value.x = x;
  465. coreDataChart.value.pv = pv;
  466. coreDataChart.value.uv = uv;
  467. coreDataChart.value.enquiry = enquiry;
  468. } else {
  469. averageVisit.value = 0;
  470. averageVisitDuration.value = 0;
  471. averageVisitPage.value = 0;
  472. bounceRate.value = 0;
  473. coreDataChart.value.x = [];
  474. coreDataChart.value.pv = [];
  475. coreDataChart.value.uv = [];
  476. coreDataChart.value.enquiry = [];
  477. createMessage.error('获取核心数据图表信息失败,请刷新重试');
  478. }
  479. chartsLoading.value = false;
  480. };
  481. </script>
  482. <style lang="less">
  483. .home {
  484. .ant-select {
  485. color: #fff;
  486. .ant-select-selection {
  487. background-color: transparent;
  488. }
  489. .ant-select-arrow {
  490. color: #fff;
  491. }
  492. }
  493. }
  494. </style>
  495. <style scoped lang="less">
  496. p,
  497. span {
  498. color: #000;
  499. margin: 0;
  500. }
  501. .theme-color {
  502. color: @primary-color;
  503. }
  504. .title {
  505. font-size: 18px;
  506. color: #000;
  507. }
  508. </style>
  509. <style lang="less">
  510. .pop-wrap {
  511. .ant-popover-inner-content {
  512. padding: 0;
  513. }
  514. .wrap {
  515. width: 400px;
  516. padding: 20px 20px;
  517. background-position: bottom right;
  518. p {
  519. line-height: 1.8;
  520. i {
  521. color: @primary-color;
  522. margin-right: 10px;
  523. }
  524. }
  525. .name {
  526. font-size: 18px;
  527. margin-bottom: 20px;
  528. }
  529. .job {
  530. font-size: 15px;
  531. color: #9f9f9f;
  532. }
  533. .ant-col-8 {
  534. text-align: right;
  535. }
  536. }
  537. }
  538. .faban {
  539. .ant-modal {
  540. .ant-modal-content {
  541. background-color: transparent;
  542. box-shadow: none;
  543. .ant-modal-close {
  544. top: 70px;
  545. right: -10px;
  546. .ant-modal-close-x {
  547. width: auto;
  548. height: auto;
  549. }
  550. }
  551. .self-close {
  552. i {
  553. color: #fff;
  554. border: 1px solid #fff;
  555. width: 25px;
  556. height: 25px;
  557. display: block;
  558. line-height: 25px;
  559. }
  560. }
  561. .ant-modal-body {
  562. .top-bg {
  563. background: url('../../../../assets/home/faban/topbg.png') no-repeat;
  564. min-height: 242px;
  565. background-size: 100% 100%;
  566. display: flex;
  567. justify-content: center;
  568. align-items: flex-end;
  569. font-size: 38px;
  570. padding-bottom: 60px;
  571. p {
  572. color: #fff;
  573. }
  574. }
  575. .info-wrap {
  576. background: #fff;
  577. padding: 0 40px;
  578. overflow: hidden;
  579. border-bottom-left-radius: 15px;
  580. border-bottom-right-radius: 15px;
  581. margin-top: -1px;
  582. p {
  583. position: relative;
  584. padding-left: 30px;
  585. margin-bottom: 5px;
  586. letter-spacing: 1px;
  587. &:before {
  588. content: '';
  589. position: absolute;
  590. left: 0;
  591. width: 15px;
  592. height: 15px;
  593. background: url('../../../../assets/home/faban/dot.svg');
  594. background-repeat: no-repeat;
  595. top: 3px;
  596. }
  597. }
  598. img {
  599. width: 70px;
  600. float: right;
  601. padding: 40px 0;
  602. }
  603. }
  604. }
  605. }
  606. }
  607. }
  608. </style>