Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

750 rindas
20 KiB

  1. <template>
  2. <view class="box">
  3. <view class="boxtittab">
  4. <view class="tabbox">
  5. <view :class="{ activecllasscet: activeTotal == 4 }" @click="tabtimetap(4)">近七天</view>
  6. </view>
  7. <view class="tabbox">
  8. <view :class="{ activecllasscet: activeTotal == 5 }" @click="tabtimetap(5)">近15天</view>
  9. </view>
  10. <view class="tabbox">
  11. <view :class="{ activecllasscet: activeTotal == 6 }" @click="tabtimetap(6)">近30天</view>
  12. </view>
  13. <view class="tabbox">
  14. <view :class="{ activecllasscet: activeTotal == 3 }" @click="tabtimetap(3)">自定义</view>
  15. </view>
  16. </view>
  17. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  18. <view class="Piabodata-box">
  19. <view class="Piabodata" @click="toTrendAnalysis()">
  20. <view class="Piabodata-img">
  21. <image class="Piabodata-img1" src="../../../static/images/qushi.png" mode=""></image>
  22. </view>
  23. <view class="Piabodata-text">趋势分析</view>
  24. </view>
  25. <view class="Piabodata" @click="toStaffAnalysis()">
  26. <view class="Piabodata-img">
  27. <image class="Piabodata-img1" src="../../../static/images/yuangong.png" mode=""></image>
  28. </view>
  29. <view class="Piabodata-text">员工分析</view>
  30. </view>
  31. <view class="Piabodata" @click="toUserinsightinto()">
  32. <view class="Piabodata-img">
  33. <image class="Piabodata-img1" src="../../../static/images/yinghu.png" mode=""></image>
  34. </view>
  35. <view class="Piabodata-text">用户洞察</view>
  36. </view>
  37. <view class="Piabodata" @click="Theteamcompared()" v-if="Theteamcomparedisshow">
  38. <view class="Piabodata-img">
  39. <image class="Piabodata-img1" src="../../../static/images/tuandui.png" mode=""></image>
  40. </view>
  41. <view class="Piabodata-text">团队对比</view>
  42. </view>
  43. <view class="Piabodata" @click="Groupcontrast()" v-if="Groupcontrastisshow">
  44. <view class="Piabodata-img">
  45. <image class="Piabodata-img1" src="../../../static/images/jituan.png" mode=""></image>
  46. </view>
  47. <view class="Piabodata-text">集团对比</view>
  48. </view>
  49. </view>
  50. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  51. <view class="boxzonglan" style="min-height: 400rpx;">
  52. <view class="zonglantit">简报</view>
  53. <view class="zonglanbox">
  54. <view class="grid" v-for="(item,index) in numlist" :key="index">
  55. <view class="audonum">{{item.name}}</text></view>
  56. <view class="num">{{item.num}}</view>
  57. </view>
  58. </view>
  59. </view>
  60. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  61. <view class="single">
  62. <view class="title">
  63. <view class="title1">接待趋势</view>
  64. </view>
  65. <view class="swiper-box">
  66. <u-tabs-swiper ref="tabs" font-size="30" :bold="true" swiper-width="600" :current="bocindex"
  67. @change="tapspagek2()" inactive-color="#b1b1b1" active-color="#008ef2" :list="newlistoj1"
  68. :is-scroll="true">
  69. </u-tabs-swiper>
  70. </view>
  71. <!-- <view class="hejibox">
  72. <view class="heji">合计:50</view>
  73. <view class="heji">均值:25</view>
  74. </view> -->
  75. <view class="danwei">{{danwei}} </view>
  76. <view class="uchaserbox" >
  77. <qiun-data-charts type="line" :chartData="lineOptsect" :opts="optionsobj" background="none" :ontouch="true"
  78. canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
  79. </view>
  80. </view>
  81. <view class="" v-if="teamFlag">
  82. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  83. <view class="single">
  84. <view class="title" @click="staffShow1=true">
  85. <view class="title1">团队接待趋势</view>
  86. <view class="title2">
  87. <view class="title2-che" style="width: 220rpx;">{{team.label}}
  88. <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
  89. </view>
  90. </view>
  91. </view>
  92. <view class="danwei">单位(%)</view>
  93. <view class="uchaserbox">
  94. <qiun-data-charts type="line" :chartData="lineOptsect1" background="none" :ontouch="true"
  95. canvasId="wangxiaohuaerlineryiliwuyibao" :canvas2d="true" />
  96. </view>
  97. </view>
  98. </view>
  99. <view class="" v-if="staffFlag">
  100. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  101. <view class="single">
  102. <view class="title">
  103. <view class="title1">员工接待趋势</view>
  104. <view class="title2" @click="staffShow=true">
  105. <view class="title2-che" style="width: 220rpx;">{{staff.label}}
  106. <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
  107. </view>
  108. <!-- <view class="title2-che">执行率
  109. <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
  110. </view> -->
  111. </view>
  112. </view>
  113. <!-- <view class="hejibox">
  114. <view class="heji">合计:{{allnum1||0}}</view>
  115. <view class="heji">均值:{{allavg1||0}}</view>
  116. </view> -->
  117. <view class="danwei">单位(%)</view>
  118. <view class="uchaserbox">
  119. <qiun-data-charts type="line" :chartData="lineOptsect2" background="none" :ontouch="true"
  120. canvasId="wangxiaohuaerlingeryilingwuyibao" :canvas2d="true" />
  121. </view>
  122. </view>
  123. </view>
  124. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  125. <view class="single">
  126. <view class="title">
  127. <view class="title1">销讲维度执行率</view>
  128. <!-- <view class="title3">
  129. <view class="title3-box">
  130. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 0 }">执行率</view>
  131. </view>
  132. <view class="title3-box">
  133. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 1 }">得分</view>
  134. </view>
  135. </view> -->
  136. </view>
  137. <!-- <view class="hejibox">
  138. <view class="heji">合计:50</view>
  139. <view class="heji">均值:25</view>
  140. </view> -->
  141. <view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo.length==0">暂无数据</view>
  142. <view v-else class="jindu" style="margin-top: 20rpx;">
  143. <scroll-view style="height: 300rpx;" scroll-y="true">
  144. <view class="jindu-box" v-for="(item,index) in newlisttabinfo" :key="index">
  145. <view class="jindu-boxche">
  146. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  147. <view style="width: 440rpx;margin-left: 10rpx;">
  148. <u-line-progress height="24" :show-percent="false" active-color="#4FC78F"
  149. :percent="item.zxl"></u-line-progress>
  150. </view>
  151. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}%</view>
  152. </view>
  153. </view>
  154. </scroll-view>
  155. </view>
  156. </view>
  157. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  158. <view class="single">
  159. <view class="title">
  160. <view class="title1">销讲指标执行率</view>
  161. </view>
  162. <view class="swiper-box">
  163. <u-tabs-swiper ref="tabs" font-size="30" :bold="true" swiper-width="600" :current="bocindex1"
  164. @change="tapspagek3" inactive-color="#b1b1b1" active-color="#008ef2" :list="newlistoj"
  165. :is-scroll="true">
  166. </u-tabs-swiper>
  167. </view>
  168. <view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo1.length==0">暂无数据</view>
  169. <view class="jindu" v-else>
  170. <scroll-view style="height: 300rpx;" scroll-y="true">
  171. <view class="jindu-box" v-for="(item,index) in newlisttabinfo1" :key="index">
  172. <view class="jindu-boxche">
  173. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  174. <view style="width: 440rpx;margin-left: 10rpx;">
  175. <u-line-progress height="24" :show-percent="false" active-color="#4FC78F"
  176. :percent="item.zxl"></u-line-progress>
  177. </view>
  178. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}%</view>
  179. </view>
  180. </view>
  181. </scroll-view>
  182. </view>
  183. </view>
  184. <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
  185. <u-select v-model="staffShow" :list="staffList" @confirm="staffSelectCallback($event,0)"
  186. :default-value='selindex'></u-select>
  187. <u-select v-model="staffShow1" :list="teamList" @confirm="staffSelectCallback($event,1)"
  188. :default-value='selindex'></u-select>
  189. </view>
  190. </template>
  191. <script>
  192. var app = getApp();
  193. // var util = require("../../../utils/util.js");
  194. var config = require("../../../config");
  195. export default {
  196. data() {
  197. return {
  198. activeTotal: 4,
  199. activeTotal2: 0,
  200. houseId: '',
  201. timeobj: {
  202. statDateStart: '',
  203. statDateEnd: ''
  204. },
  205. // 员工列表
  206. staffList: [],
  207. // 团队列表
  208. teamList: [],
  209. staffShow: false,
  210. staff: {
  211. value: '',
  212. label: ''
  213. },
  214. team: {
  215. value: '',
  216. label: ''
  217. },
  218. teamFlag: true,
  219. bocindex1: 0,
  220. staffFlag: true,
  221. staffShow1: false,
  222. lastStartDate: '',
  223. lastEndDate: '',
  224. allnum: '',
  225. allavg: '',
  226. allnum1: '',
  227. allavg1: '',
  228. danwei: '单位(次)',
  229. totalTimeShow: false,
  230. activeTab: 0,
  231. numlist: [{
  232. name: '接待客户',
  233. num: ''
  234. },
  235. {
  236. name: '接待量',
  237. num: ''
  238. },
  239. {
  240. name: '平均执行率',
  241. num: ''
  242. },
  243. {
  244. name: '录音时长',
  245. num: ''
  246. },
  247. ],
  248. lineOptsect: {
  249. "categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
  250. "series": [{
  251. "name": "成交量",
  252. "data": [35, 8, 25, 37, 4, 20]
  253. }]
  254. },
  255. lineOptsect1: {
  256. "categories": [],
  257. "series": []
  258. },
  259. lineOptsect2: {
  260. "categories": ["2016", "2017", "2018", "2019", "2020", "2021"],
  261. "series": [{
  262. "name": "成交量",
  263. "data": [35, 8, 25, 37, 4, 20]
  264. }]
  265. },
  266. newlistoj: [],
  267. newlistoj1: [{
  268. name: "接待客户",
  269. id: 1
  270. },
  271. {
  272. name: "平均执行率",
  273. id: 2
  274. },
  275. {
  276. name: "接待量",
  277. id: 3
  278. },
  279. {
  280. name: "录音时长",
  281. id: 5
  282. },
  283. ],
  284. bocindex: 0,
  285. newlisttabinfo: [{
  286. name: '接待量',
  287. zxl: '10'
  288. },
  289. {
  290. name: '平均执行率',
  291. zxl: '50'
  292. },
  293. {
  294. name: '接待客户',
  295. zxl: '80'
  296. },
  297. ],
  298. newlisttabinfo1: [],
  299. Theteamcomparedisshow: false,
  300. Groupcontrastisshow: false,
  301. allechar: [],
  302. allList: [],
  303. optionsobj:{}
  304. };
  305. },
  306. onShow() {
  307. // 获取项目id
  308. this.houseId = uni.getStorageSync('buildingID').id;
  309. // 获取数据看板
  310. // 获取员工
  311. this.getStaffList()
  312. // 获取团队
  313. this.getSectionList()
  314. // 获取团队是否显示权限
  315. this.queryHaveDept()
  316. // 获取简报
  317. this.getReport()
  318. // 获取接待趋势
  319. this.getRtrent()
  320. // 获取维度
  321. this.getindexZxl()
  322. },
  323. onPullDownRefresh(){
  324. // 获取员工
  325. this.getStaffList()
  326. // 获取团队
  327. this.getSectionList()
  328. // 获取团队是否显示权限
  329. // 获取简报
  330. this.getReport()
  331. // 获取接待趋势
  332. this.getRtrent()
  333. // 获取维度
  334. this.getindexZxl()
  335. setTimeout(function () {
  336. uni.stopPullDownRefresh();
  337. }, 1000);
  338. },
  339. methods: {
  340. queryHaveDept() {
  341. return new Promise((resolve, reject) => {
  342. this.$u.get("/user/queryHaveDept?houseId=" + this.houseId).then(res => {
  343. this.permissions(res)
  344. })
  345. })
  346. },
  347. permissions(res) {
  348. if (res == 1) {
  349. this.Theteamcomparedisshow = false;
  350. this.Groupcontrastisshow = false;
  351. return
  352. }
  353. let totle = uni.getStorageSync('weapp_session_userInfo_data').total;
  354. if (totle == 1) {
  355. this.Theteamcomparedisshow = true;
  356. this.Groupcontrastisshow = false;
  357. } else {
  358. this.Theteamcomparedisshow = true;
  359. this.Groupcontrastisshow = true;
  360. }
  361. },
  362. // 获取员工列表
  363. getStaffList() {
  364. this.$u.post('/cusLvStatistics/selectAllAccountIdByHouseId', {
  365. houseId: this.houseId
  366. })
  367. .then(res => {
  368. // console.log(res,'123')
  369. this.staffList = []
  370. res.map(item => {
  371. let obj = {}
  372. obj.value = item.accountId
  373. obj.label = item.name
  374. this.staffList.push(obj)
  375. })
  376. this.staff = this.staffList[0]
  377. this.getAward()
  378. })
  379. },
  380. // 获取接待趋势
  381. getRtrent() {
  382. this.$u.post('/cusLvStatistics/receptionTrend', {
  383. houseId: this.houseId,
  384. timeType: this.lastEndDate ? null : this.activeTotal,
  385. lastEndDate: this.lastEndDate,
  386. lastStartDate: this.lastStartDate
  387. })
  388. .then(res => {
  389. // console.log(res)
  390. this.allechar = res
  391. this.tapspagek2(this.bocindex)
  392. })
  393. },
  394. // 销奖维度
  395. getindexZxl() {
  396. this.$u.post('/cusLvStatistics/indexZxl', {
  397. houseId: this.houseId,
  398. timeType: this.lastEndDate ? null : this.activeTotal,
  399. lastEndDate: this.lastEndDate,
  400. lastStartDate: this.lastStartDate
  401. })
  402. .then(res => {
  403. // console.log(res)
  404. // 处理销奖维度执行率
  405. // this.newlisttabinfo
  406. let arr = []
  407. this.newlistoj = []
  408. res.list.map((item, index) => {
  409. arr.push({
  410. name: item.name,
  411. zxl: item.zxl
  412. })
  413. this.newlistoj.push({
  414. name: item.name,
  415. id: index
  416. })
  417. })
  418. this.newlisttabinfo = arr
  419. this.allList = res.list
  420. this.tapspagek3(this.bocindex1)
  421. })
  422. },
  423. // 获取简报
  424. getReport() {
  425. this.$u.post('/cusLvStatistics/xiaojiangAnalysis', {
  426. houseId: this.houseId,
  427. timeType: this.lastEndDate ? null : this.activeTotal,
  428. lastEndDate: this.lastEndDate,
  429. lastStartDate: this.lastStartDate
  430. })
  431. .then(res => {
  432. // 接待量
  433. this.numlist[0].num = res.receptionCount || 0
  434. // 接待客户
  435. this.numlist[1].num = res.sumCustomer || 0
  436. // 执行率
  437. this.numlist[2].num = (res.fraction || 0) + '%'
  438. // 录音时长
  439. this.numlist[3].num = Math.floor(res.sumDuration / 60) || 0
  440. // util.formatSecond()||0
  441. })
  442. },
  443. // 获取团队列表
  444. getSectionList() {
  445. this.$u.post('/cusLvStatistics/findAllDeptIdByHouseId', {
  446. houseId: this.houseId
  447. })
  448. .then(res => {
  449. this.teamList = []
  450. res.map(item => {
  451. let obj = {}
  452. obj.value = item.deptId
  453. obj.label = item.deptName
  454. this.teamList.push(obj)
  455. })
  456. this.team = this.teamList[0]
  457. this.receptionCountList()
  458. })
  459. },
  460. // 员工销奖趋势
  461. getAward() {
  462. if (this.staffList.length == 0) {
  463. this.staffFlag = false
  464. this.$forceUpdate()
  465. return
  466. }
  467. this.$u.post('/cusLvStatistics/employeeAnalysisExacutiveRate', {
  468. userA: this.staff.value,
  469. userB: '',
  470. houseId: this.houseId,
  471. timeType: this.lastEndDate ? null : this.activeTotal + '',
  472. lastEndDate: this.lastEndDate,
  473. lastStartDate: this.lastStartDate
  474. })
  475. .then(res => {
  476. this.allnum1 = res.avg[0]
  477. this.allavg1 = res.avg[1]
  478. // console.log(res)
  479. let first = res.first
  480. let second = res.second
  481. this.lineOptsect2.categories = []
  482. this.lineOptsect2.series = [{
  483. name: first[0].accountName,
  484. data: []
  485. }]
  486. first.map(item => {
  487. this.lineOptsect2.categories.push(item.statDate.slice(5, 10))
  488. this.lineOptsect2.series[0].data.push(item.sumFraction)
  489. })
  490. })
  491. },
  492. // 团队接待趋势
  493. receptionCountList() {
  494. if (this.teamList.length == 0) {
  495. this.teamFlag = false
  496. this.$forceUpdate()
  497. return
  498. }
  499. this.$u.post('/cusLvStatistics/teamAnalysisExecutionRate', {
  500. deptIds: this.team.value,
  501. showRank: 1,
  502. houseId: this.houseId,
  503. timeType: this.lastEndDate ? null : this.activeTotal + '',
  504. lastEndDate: this.lastEndDate,
  505. lastStartDate: this.lastStartDate
  506. })
  507. .then(res => {
  508. // console.log(res)
  509. let result = res.result
  510. this.allnum = res.avg[0]
  511. this.allavg = res.avg[1]
  512. // 当选择趋势时
  513. this.lineOptsect1 = {}
  514. let allobj = {
  515. categories: [],
  516. series: []
  517. }
  518. // 先处理时间
  519. // 当选择全部时
  520. // 当选择只有一个时
  521. let obj = {}
  522. obj.data = []
  523. obj.name = result[0][0].deptName
  524. result[0].map(item => {
  525. allobj.categories.push(item.statDate.slice(5, 10))
  526. obj.data.push(item.data)
  527. })
  528. allobj.series.push(obj)
  529. this.lineOptsect1 = allobj
  530. })
  531. },
  532. //时间切换
  533. tabtimetap(index) {
  534. if (index == 3) {
  535. this.totalTimeShow = true;
  536. } else {
  537. this.activeTotal = index;
  538. this.lastEndDate = ''
  539. this.lastStartDate = ''
  540. this.getdata()
  541. }
  542. },
  543. // 获取数据
  544. getdata() {
  545. this.receptionCountList()
  546. this.getReport()
  547. this.getRtrent()
  548. this.getindexZxl()
  549. this.getAward()
  550. },
  551. staffSelectCallback(e, idx) {
  552. if (idx == 0) {
  553. this.staff = e[0]
  554. this.getAward()
  555. } else {
  556. this.team = e[0]
  557. this.receptionCountList()
  558. }
  559. // console.log(e,idx)
  560. },
  561. //自定义时间
  562. totalTimeChange(e) {
  563. console.log(e.startDate, e.endDate)
  564. this.activeTotal = 3;
  565. this.lastEndDate = e.endDate
  566. this.lastStartDate = e.startDate
  567. this.getdata()
  568. },
  569. //指标执行率分析tab
  570. tapspagek2(index) {
  571. // console.log(index)
  572. // 对数据进行分析和处理
  573. // 先处理日期
  574. let allobj = {
  575. "categories": [],
  576. "series": [{
  577. name: '接待量',
  578. data: []
  579. }]
  580. }
  581. if (index == 0) {
  582. // 接待量
  583. this.danwei = '单位(次)'
  584. allobj.series[0].name = '接待客户'
  585. this.allechar.map(item => {
  586. allobj.categories.push(item.statDate.slice(5, 10))
  587. allobj.series[0].data.push(item.receptionCount)
  588. })
  589. } else if (index == 1) {
  590. // 平均执行率
  591. this.danwei = '单位(%)'
  592. allobj.series[0].name = '平均执行率'
  593. this.allechar.map(item => {
  594. allobj.categories.push(item.statDate.slice(5, 10))
  595. allobj.series[0].data.push(item.fraction)
  596. })
  597. } else if (index == 2) {
  598. // 接待客户
  599. this.danwei = '单位(个)'
  600. allobj.series[0].name = '接待量'
  601. this.allechar.map(item => {
  602. allobj.categories.push(item.statDate.slice(5, 10))
  603. allobj.series[0].data.push(item.sumCustomer)
  604. })
  605. } else {
  606. // 录音时长
  607. this.danwei = '单位(min)'
  608. allobj.series[0].name = '录音时长'
  609. this.allechar.map(item => {
  610. allobj.categories.push(item.statDate.slice(5, 10))
  611. allobj.series[0].data.push(item.sumDuration)
  612. })
  613. }
  614. this.bocindex = index;
  615. this.lineOptsect = allobj
  616. },
  617. tapspagek3(index) {
  618. let arr = []
  619. // return
  620. // console.log(index,this.allList[index])
  621. this.allList[index].children.map(item => {
  622. arr.push({
  623. name: item.name,
  624. zxl: item.zxl
  625. })
  626. })
  627. this.newlisttabinfo1 = arr
  628. this.bocindex1 = index;
  629. },
  630. //集团对比
  631. Groupcontrast() {
  632. uni.navigateTo({
  633. url: '/pages/center/Piabodata/Groupcontrast'
  634. });
  635. },
  636. //团队对比
  637. Theteamcompared() {
  638. if (this.teamList.length == 0) {
  639. uni.showToast({
  640. title: '没有团队呢',
  641. icon: 'none'
  642. })
  643. return
  644. }
  645. uni.navigateTo({
  646. url: '/pages/center/Piabodata/Theteamcompared'
  647. });
  648. },
  649. //用户洞察
  650. toUserinsightinto() {
  651. uni.navigateTo({
  652. url: '/pages/center/Piabodata/Userinsightinto'
  653. });
  654. },
  655. //趋势分析
  656. toTrendAnalysis() {
  657. uni.navigateTo({
  658. url: '/pages/center/Piabodata/TrendAnalysis'
  659. });
  660. },
  661. //员工分析
  662. toStaffAnalysis() {
  663. if (this.staffList.length == 0) {
  664. uni.showToast({
  665. title: '没有团队呢',
  666. icon: 'none'
  667. })
  668. return
  669. }
  670. uni.navigateTo({
  671. url: '/pages/center/Piabodata/StaffAnalysis'
  672. });
  673. }
  674. }
  675. };
  676. </script>
  677. <style lang="scss" scoped>
  678. .box {
  679. width: 100%;
  680. height: 100%;
  681. background: #FAFAFA;
  682. padding-bottom: 60rpx;
  683. }
  684. .Piabodata-box {
  685. width: 100%;
  686. background: #FFFFFF;
  687. display: flex;
  688. flex-wrap: wrap;
  689. padding-bottom: 30rpx;
  690. .Piabodata {
  691. width: 33.3%;
  692. .Piabodata-img {
  693. width: 100%;
  694. text-align: center;
  695. .Piabodata-img1 {
  696. width: 134rpx;
  697. height: 134rpx;
  698. }
  699. }
  700. .Piabodata-text {
  701. width: 100%;
  702. text-align: center;
  703. font-size: 24rpx;
  704. font-weight: 400;
  705. color: #333333;
  706. margin-top: -10rpx;
  707. }
  708. }
  709. }
  710. .grid:nth-child(1) {
  711. border-right: none;
  712. border-bottom: none;
  713. }
  714. .grid:nth-child(2) {
  715. border-bottom: none;
  716. }
  717. .grid:nth-child(3) {
  718. border-right: none;
  719. }
  720. </style>