|
@@ -985,6 +985,7 @@
|
|
|
<div style="font-size:16px;color:#333333;margin:10px 0">{{ unfllowStatus ? unfllowStatus : '全部' }}</div>
|
|
<div style="font-size:16px;color:#333333;margin:10px 0">{{ unfllowStatus ? unfllowStatus : '全部' }}</div>
|
|
|
<div style="height:70%">
|
|
<div style="height:70%">
|
|
|
<pageTable
|
|
<pageTable
|
|
|
|
|
+ style="height:calc(100% - 50px)"
|
|
|
v-if="projectType[0].value != ''"
|
|
v-if="projectType[0].value != ''"
|
|
|
ref="customerUnfllowTable"
|
|
ref="customerUnfllowTable"
|
|
|
:tablecols="tool.tabelCol($route.name).projectTable1.tablecols.splice(0,tool.tabelCol($route.name).projectTable1.tablecols.length - 1)"
|
|
:tablecols="tool.tabelCol($route.name).projectTable1.tablecols.splice(0,tool.tabelCol($route.name).projectTable1.tablecols.length - 1)"
|