Commit 4676e6d0 authored by 沈良进's avatar 沈良进

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm

parents df16fe20 092050d3
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
}, },
}, },
mounted() { mounted() {
this.msg.StartTime = this.getBeforeDate(31, new Date()) // this.msg.StartTime = this.getBeforeDate(31, new Date())
this.msg.EndTime = this.formatDate(new Date(), "YYYY-MM-dd", 0) this.msg.EndTime = this.formatDate(new Date(), "YYYY-MM-dd", 0)
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
this.getList(); this.getList();
......
...@@ -13,8 +13,13 @@ ...@@ -13,8 +13,13 @@
} }
.orderAllList { .orderAllList {
background-color: #ffffff; background-color: #ffffff;
display: flex;
flex-wrap: wrap;
} }
.orderAllList-box { .orderAllList-box {
flex: 1;
max-width: 528px;
min-width: 450px;
background-color: #dddee0; background-color: #dddee0;
display: flex; display: flex;
margin: 0 5px; margin: 0 5px;
...@@ -214,9 +219,7 @@ ...@@ -214,9 +219,7 @@
</el-row> </el-row>
</div> </div>
<div class="orderAllList"> <div class="orderAllList">
<el-row :gutter="20">
<template v-for="(item,index) in SummaryList"> <template v-for="(item,index) in SummaryList">
<el-col :xs="24" :sm="14" :md="12" :lg="8" :xl="6">
<div class="orderAllList-box" :key="index"> <div class="orderAllList-box" :key="index">
<div class="orderAllList-title"> <div class="orderAllList-title">
<!-- <span>币种</span> --> <!-- <span>币种</span> -->
...@@ -253,10 +256,8 @@ ...@@ -253,10 +256,8 @@
</div> </div>
</div> </div>
</div> </div>
</el-col>
</template> </template>
</el-row>
</div> </div>
<div class="query-box status-box"></div> <div class="query-box status-box"></div>
<orderList :dataList="dataList" :pagesTitle="title" :loading="loading" @emptyMore="emptyMore"></orderList> <orderList :dataList="dataList" :pagesTitle="title" :loading="loading" @emptyMore="emptyMore"></orderList>
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
Domain: "fcrmyx.oytour.com", Domain: "fcrmyx.oytour.com",
}; };
if (!this.isOnline()) { if (!this.isOnline()) {
msg.Domain = "localhost";//www.test.com localhost msg.Domain = "www.test.com";//www.test.com localhost
} }
this.apipost("/api/Login/UserLogin", msg, (res) => { this.apipost("/api/Login/UserLogin", msg, (res) => {
var jsonData = res.data; var jsonData = res.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment