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.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) => {
|
res.details.forEach((itemI, indexI) => {
|
||||||
this.postOptions.push({ value: itemI.count, name: itemI.cate__name });
|
this.postOptions.push({ value: itemI.count, name: itemI.cate__name });
|
||||||
});
|
});
|
||||||
|
|
|
@ -165,7 +165,7 @@ export default {
|
||||||
//作业
|
//作业
|
||||||
getOperation() {
|
getOperation() {
|
||||||
this.$API.opm.operation.list
|
this.$API.opm.operation.list
|
||||||
.req({ page: 1, page_size: 1, state: 10 })
|
.req({ page: 1, page_size: 1, state: 40 })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.operationnumber = res.count;
|
this.operationnumber = res.count;
|
||||||
});
|
});
|
||||||
|
@ -173,7 +173,7 @@ export default {
|
||||||
//相关方入场项目
|
//相关方入场项目
|
||||||
getRpj() {
|
getRpj() {
|
||||||
this.$API.rpm.rpj.list
|
this.$API.rpm.rpj.list
|
||||||
.req({ page: 1, page_size: 1, state: 10 })
|
.req({ page: 1, page_size: 1, state: 40 })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.rpjnumber = res.count;
|
this.rpjnumber = res.count;
|
||||||
});
|
});
|
||||||
|
@ -181,7 +181,7 @@ export default {
|
||||||
//访客
|
//访客
|
||||||
getVisit() {
|
getVisit() {
|
||||||
this.$API.vm.visit.list
|
this.$API.vm.visit.list
|
||||||
.req({ page: 1, page_size: 1, state: 10 })
|
.req({ page: 1, page_size: 1, state: 40 })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.visitnumber = res.count;
|
this.visitnumber = res.count;
|
||||||
});
|
});
|
||||||
|
@ -276,8 +276,7 @@ export default {
|
||||||
.count-list {
|
.count-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 8px;
|
margin-left: 30px;
|
||||||
|
|
||||||
.count-list-item {
|
.count-list-item {
|
||||||
width: 33.3333%;
|
width: 33.3333%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
|
Loading…
Reference in New Issue