|
@@ -9,13 +9,12 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
- import {
|
|
|
|
|
- getTodoTaskPage
|
|
|
|
|
- } from '@/api/wt/index.js'
|
|
|
|
|
|
|
+ import { getTodoTaskPage } from '@/api/wt/index.js'
|
|
|
export default {
|
|
export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- workList: [{
|
|
|
|
|
|
|
+ workList: [
|
|
|
|
|
+ {
|
|
|
class: 'iconfont icon-bianji',
|
|
class: 'iconfont icon-bianji',
|
|
|
title: '我的工单',
|
|
title: '我的工单',
|
|
|
link_url: '/pages/home/work/work',
|
|
link_url: '/pages/home/work/work',
|
|
@@ -103,16 +102,6 @@
|
|
|
margin-top: 5rpx;
|
|
margin-top: 5rpx;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
-<<<<<<< Updated upstream
|
|
|
|
|
-
|
|
|
|
|
- span {
|
|
|
|
|
- padding: 18rpx;
|
|
|
|
|
- color: #ffffff;
|
|
|
|
|
- margin-bottom: 14rpx;
|
|
|
|
|
- border-radius: 50%;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-=======
|
|
|
|
|
span {
|
|
span {
|
|
|
padding: 18rpx;
|
|
padding: 18rpx;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
@@ -120,7 +109,6 @@
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
->>>>>>> Stashed changes
|
|
|
|
|
.badge {
|
|
.badge {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
@@ -132,37 +120,17 @@
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-<<<<<<< Updated upstream
|
|
|
|
|
-
|
|
|
|
|
.nav-item:nth-child(1) span {
|
|
.nav-item:nth-child(1) span {
|
|
|
background-color: $uni-color-success;
|
|
background-color: $uni-color-success;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.nav-item:nth-child(2) span {
|
|
.nav-item:nth-child(2) span {
|
|
|
background-color: $uni-color-warning;
|
|
background-color: $uni-color-warning;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.nav-item:nth-child(3) span {
|
|
.nav-item:nth-child(3) span {
|
|
|
background-color: $uni-color-primary;
|
|
background-color: $uni-color-primary;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-=======
|
|
|
|
|
- .nav-item:nth-child(1) span {
|
|
|
|
|
- background-color: $uni-color-success;
|
|
|
|
|
- }
|
|
|
|
|
- .nav-item:nth-child(2) span {
|
|
|
|
|
- background-color: $uni-color-warning;
|
|
|
|
|
- }
|
|
|
|
|
- .nav-item:nth-child(3) span {
|
|
|
|
|
- background-color: $uni-color-primary;
|
|
|
|
|
- }
|
|
|
|
|
->>>>>>> Stashed changes
|
|
|
|
|
.nav-item:nth-child(4) span {
|
|
.nav-item:nth-child(4) span {
|
|
|
background-color: $uni-color-error;
|
|
background-color: $uni-color-error;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-<<<<<<< Updated upstream
|
|
|
|
|
-</style>
|
|
|
|
|
-=======
|
|
|
|
|
</style>
|
|
</style>
|
|
|
->>>>>>> Stashed changes
|
|
|