+
-
-
+
+
{{ n.statusName || filterStatus(n.status)}}
{{n.title}}
@@ -165,10 +201,10 @@
已结案
合肥路与安宁路交合肥路与安宁路交
-->
-
+
-
+
@@ -213,7 +249,7 @@ export default {
userList: Array, // 默认,必传
userName: String, // 默认,必传
singleList: Array, // 默认,必传
-
+
},
data () {
return {
@@ -221,31 +257,32 @@ export default {
tempList: []
}
},
- created() {
+ created () {
this.tempList = [...this.singleList]
+
},
methods: {
- filterStatus(status) {
- const statusObj = {
+ filterStatus (status) {
+ const statusObj = {
pending: '待处理',
closed: '已结案'
}
return statusObj[status]
},
- handleTabs(type) {
- if (type === 'group') this.tempList = [ ...this.singleList ]
- else if (type === 'event') this.tempList = [ ...this.moreList ]
+ handleTabs (type) {
+ if (type === 'group') this.tempList = [...this.singleList]
+ else if (type === 'event') this.tempList = [...this.moreList]
this.sourceTab = type
const _dom = document.getElementById('scroll-wr')
_dom.scrollTop = 0
},
- handleProject(item) {
+ handleProject (item) {
this.$emit('project', item)
},
- handleUser(item) {
+ handleUser (item) {
this.$emit('user', item)
},
- handleShow(item) {
+ handleShow (item) {
item.showItem = !item.showItem
}
}
@@ -279,7 +316,7 @@ export default {
color: #fff;
text-align: center;
background: rgba(255, 255, 255, 0);
- border: 1px solid #1257C9;
+ border: 1px solid #1257c9;
border-radius: 2px;
box-shadow: 0 0 5px 2px rgba(18, 87, 201, 1) inset;
}
@@ -310,7 +347,8 @@ export default {
padding-top: 60px;
color: #fff;
text-align: center;
- background: url('../../../../assets/img/shuju/measure/zhuhu@2x.png') no-repeat center;
+ background: url("../../../../assets/img/shuju/measure/zhuhu@2x.png")
+ no-repeat center;
background-size: cover;
.personal-name {
font-size: 18px;
@@ -336,7 +374,7 @@ export default {
color: #fff;
cursor: pointer;
background: rgba(255, 255, 255, 0);
- border: 1px solid #1257C9;
+ border: 1px solid #1257c9;
border-radius: 4px;
box-shadow: 1px 1px 10px 5px rgba(18, 87, 201, 1) inset;
.label {
@@ -388,7 +426,7 @@ export default {
width: 230px;
.cate-list-w0 {
width: 0;
- transition: width .2s;
+ transition: width 0.2s;
overflow: hidden;
// border: 0;
// padding: 0;
@@ -399,7 +437,7 @@ export default {
// // background: rgba(255, 255, 255, 0);
// border: 1px solid #1257C9;
// overflow: auto;
- transition: width .2s;
+ transition: width 0.2s;
}
}
}
@@ -424,7 +462,7 @@ export default {
box-sizing: border-box;
padding: 4px 14px 10px;
background: rgba(255, 255, 255, 0);
- border: 1px solid #1257C9;
+ border: 1px solid #1257c9;
overflow: auto;
border-radius: 4px;
box-shadow: 1px 1px 10px 5px rgba(18, 87, 201, 1) inset;
@@ -445,15 +483,16 @@ export default {
font-size: 10px;
text-align: center;
// line-height: 15px;
- background: #0C5CFE;
+ background: #0c5cfe;
border-radius: 2px;
- &-pending, &-canceled {
+ &-pending,
+ &-canceled {
background: rgba(224, 84, 0, 1);
}
- &-assigned, &-have_order {
+ &-assigned,
+ &-have_order {
background: rgba(9, 163, 125, 1);
}
-
}
.item-content {
font-size: 14px;
@@ -463,8 +502,6 @@ export default {
}
}
}
-
-
}
.analys-col-wr {
height: 100%;
@@ -502,7 +539,6 @@ export default {
// left: -30px;
}
}
-
}
}
.pad10 {
@@ -516,20 +552,21 @@ export default {
.list-wr::-webkit-scrollbar-corner,
/* 滚动条角落 */
.list-wr::-webkit-scrollbar-thumb,
-.list-wr::-webkit-scrollbar-track { /*滚动条的轨道*/
+.list-wr::-webkit-scrollbar-track {
+ /*滚动条的轨道*/
border-radius: 4px;
}
.list-wr::-webkit-scrollbar-corner,
.list-wr::-webkit-scrollbar-track {
/* 滚动条轨道 */
-
- background: rgba(12, 129, 254, .24);
+
+ background: rgba(12, 129, 254, 0.24);
// box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}
.list-wr::-webkit-scrollbar-thumb {
/* 滚动条手柄 */
- background: linear-gradient(270deg, #0063FE, #0095FF);
+ background: linear-gradient(270deg, #0063fe, #0095ff);
}