Commit 17c16b34 by 西瓜

新型黑恶, 案件报表,中列表处理

parent 3ffdfb8e
......@@ -3,6 +3,16 @@
"data":{
"rows":[
{
"ids":"1045679",
"label":"一般套路贷",
"codeType":"CODE_WHLXDM",
"text":"一般套路贷",
"pId":null,
"id":"0101",
"isParent":false,
"children":[]
},
{
"ids":"1045655",
"label":"网络套路贷",
"codeType":"CODE_WHLXDM",
......
......@@ -99,6 +99,7 @@
<div
class="wrap_div tableZj"
style="width: 1240px; margin: 0 auto"
v-if="wdptList.page.total > 0"
v-loading="wdptList.loading"
>
<el-table :data="wdptList.shuju" border stripe>
......@@ -150,6 +151,7 @@
<div
class="wrap_div tableZj"
style="width: 1240px; margin: 0 auto"
v-if="fzxyrList.page.total > 0"
v-loading="fzxyrList.loading"
>
<el-table :data="fzxyrList.shuju" border stripe>
......@@ -201,6 +203,7 @@
<div
class="wrap_div tableZj"
style="width: 1240px; margin: 0 auto"
v-if="shrList.page.total > 0"
v-loading="shrList.loading"
>
<el-table :data="shrList.shuju" border stripe>
......
......@@ -38,7 +38,7 @@
>
</div> -->
</div>
<div class="wrap_div tableZj" v-loading="wdptloading">
<div class="wrap_div tableZj" v-if="wdptList.page.total > 0" v-loading="wdptloading">
<el-table :data="wdptList.shuju" border stripe>
<el-table-column type="index" width="50" label="序号">
</el-table-column>
......@@ -112,7 +112,7 @@
>
</div> -->
</div>
<div class="wrap_div tableZj" v-loading="xyrloading">
<div class="wrap_div tableZj" v-if="fzxyrList.page.total > 0" v-loading="xyrloading">
<el-table :data="fzxyrList.shuju" border stripe>
<el-table-column type="index" width="50" label="序号">
</el-table-column>
......@@ -189,7 +189,7 @@
>
</div> -->
</div>
<div class="wrap_div tableZj" v-loading="shrloading">
<div class="wrap_div tableZj" v-if="shrList.page.total > 0" v-loading="shrloading">
<el-table :data="shrList.shuju" border stripe>
<el-table-column type="index" width="50" label="序号">
</el-table-column>
......
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