Merge branch 'ehs' of https://e.coding.net/ctcdevteam/ehs/ehs_web into ehs
This commit is contained in:
commit
3f939338bd
|
@ -158,7 +158,7 @@ export default {
|
|||
|
||||
|
||||
this.postOptions = [];
|
||||
this.$API.ecm.event.cate.req({ completed: false,start_create:craeteTime }).then((res) => {
|
||||
this.$API.ecm.event.cateAgg.req({ completed: false,start_create:craeteTime }).then((res) => {
|
||||
res.details.forEach((itemI, indexI) => {
|
||||
this.postOptions.push({ value: itemI.count, name: itemI.cate__name });
|
||||
});
|
||||
|
|
|
@ -165,7 +165,7 @@ export default {
|
|||
//作业
|
||||
getOperation() {
|
||||
this.$API.opm.operation.list
|
||||
.req({ page: 1, page_size: 1, state: 10 })
|
||||
.req({ page: 1, page_size: 1, state: 40 })
|
||||
.then((res) => {
|
||||
this.operationnumber = res.count;
|
||||
});
|
||||
|
@ -173,7 +173,7 @@ export default {
|
|||
//相关方入场项目
|
||||
getRpj() {
|
||||
this.$API.rpm.rpj.list
|
||||
.req({ page: 1, page_size: 1, state: 10 })
|
||||
.req({ page: 1, page_size: 1, state: 40 })
|
||||
.then((res) => {
|
||||
this.rpjnumber = res.count;
|
||||
});
|
||||
|
@ -181,7 +181,7 @@ export default {
|
|||
//访客
|
||||
getVisit() {
|
||||
this.$API.vm.visit.list
|
||||
.req({ page: 1, page_size: 1, state: 10 })
|
||||
.req({ page: 1, page_size: 1, state: 40 })
|
||||
.then((res) => {
|
||||
this.visitnumber = res.count;
|
||||
});
|
||||
|
@ -276,8 +276,7 @@ export default {
|
|||
.count-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 8px;
|
||||
|
||||
margin-left: 30px;
|
||||
.count-list-item {
|
||||
width: 33.3333%;
|
||||
height: 50%;
|
||||
|
|
Loading…
Reference in New Issue