首页调整

test
zhangdi 1 year ago
parent e6f2effa8e
commit a11ebb9826
  1. 6
      pages/home/components/eacharts.vue
  2. 2
      pages/home/components/swiperRepair.vue

@ -75,7 +75,7 @@ export default {
barWidth: 25, // barWidth: 25, //
barGap: "0", // 0 barGap: "0", // 0
itemStyle: { itemStyle: {
color: "#2478f2", color: "#2148D1",
}, },
}, },
{ {
@ -85,7 +85,7 @@ export default {
barWidth: 25, // barWidth: 25, //
barGap: "0", // 0 barGap: "0", // 0
itemStyle: { itemStyle: {
color: "#84b7f9", color: "#5E8CFF",
}, },
}, },
{ {
@ -95,7 +95,7 @@ export default {
barWidth: 25, // barWidth: 25, //
barGap: "0", // 0 barGap: "0", // 0
itemStyle: { itemStyle: {
color: "#5f9cf8", color: "#B0CCFF",
}, },
}, },
], ],

@ -3,7 +3,7 @@
<view class="work-title">维修提报</view> <view class="work-title">维修提报</view>
<view class="notice_bg"> <view class="notice_bg">
<view class="line"></view> <view class="line"></view>
<swiper autoplay="true" display-multiple-items="1" vertical="true" circular interval="7000" class="bar-swiper"> <swiper autoplay="true" display-multiple-items="1" vertical="true" cixrcular interval="7000" class="bar-swiper">
<swiper-item v-for="(item, index) in list" :key="index" class="swiper-item" @click="goPage(item)"> <swiper-item v-for="(item, index) in list" :key="index" class="swiper-item" @click="goPage(item)">
<view class="time">单号:{{ item.requirementCode }}</view> <view class="time">单号:{{ item.requirementCode }}</view>
<view class="name">故障描述:{{ item.faultDescribe }}</view> <view class="name">故障描述:{{ item.faultDescribe }}</view>

Loading…
Cancel
Save