Commit 7a4c34a0 authored by danfuman's avatar danfuman

修改

parent 6981403b
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</div> </div>
<div class="content content_wap2"> <div class="content content_wap2">
<div class="head_title">客户资信评级</div> <div class="head_title">客户资信评级</div>
<el-row> <el-row v-if="creditLevel.length > 0">
<el-col :span="14"> <el-col :span="14">
<div id="zxpj-echarts" style="height: 250px;"></div> <div id="zxpj-echarts" style="height: 250px;"></div>
</el-col> </el-col>
...@@ -100,6 +100,10 @@ ...@@ -100,6 +100,10 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<div class="empty" v-if="creditLevel.length === 0">
<img class="img" src="@/assets/images/project/empty.png">
<div class="p1">抱歉,没找到相关数据</div>
</div>
</div> </div>
<div class="content_wap3"> <div class="content_wap3">
<div class="flex-box query-box"> <div class="flex-box query-box">
...@@ -829,7 +833,6 @@ ...@@ -829,7 +833,6 @@
} }
} }
.content_wap1{
.empty{ .empty{
margin: 0 auto; margin: 0 auto;
height: 300px; height: 300px;
...@@ -850,7 +853,6 @@ ...@@ -850,7 +853,6 @@
margin-top: 8px; margin-top: 8px;
} }
} }
}
.content_wap3{ .content_wap3{
background: #ffffff; background: #ffffff;
.query-box{ .query-box{
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
element-loading-text="Loading" element-loading-text="Loading"
@sort-change="sortChange" @sort-change="sortChange"
border border
max-height="640"
highlight-current-row highlight-current-row
v-if="tableDataTotal > 0 && !isSkeleton" v-if="tableDataTotal > 0 && !isSkeleton"
:default-sort = "{prop: 'gdp', order: 'descending'}" :default-sort = "{prop: 'gdp', order: 'descending'}"
......
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