@@ -6,9 +6,9 @@ | |||
element-loading-background="rgba(255, 255, 255, 1)" | |||
> | |||
<search :type="1" @search:task="updateParams($event)" /> | |||
<div class="operating"> | |||
<!-- <div class="operating"> | |||
<el-button size="small" type="primary">导出</el-button> | |||
</div> | |||
</div> --> | |||
<el-table | |||
highlight-current-row | |||
:data="dataList" | |||
@@ -141,11 +141,11 @@ export default { | |||
quota1List: [], | |||
quota2List: [], | |||
count: 0, | |||
tableHeight: document.documentElement.clientHeight - 310, | |||
tableHeight: document.documentElement.clientHeight - 260, | |||
page: { | |||
page: 1, | |||
limit: Math.floor( | |||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||
(document.documentElement.clientHeight - 260 - 45) / 45 | |||
), | |||
}, | |||
}; |
@@ -6,9 +6,9 @@ | |||
element-loading-background="rgba(255, 255, 255, 1)" | |||
> | |||
<search :type="3" @search:task="updateParams($event)" /> | |||
<div class="operating"> | |||
<!-- <div class="operating"> | |||
<el-button size="small" type="primary">导出</el-button> | |||
</div> | |||
</div> --> | |||
<el-table | |||
highlight-current-row | |||
:data="dataList" | |||
@@ -135,11 +135,11 @@ export default { | |||
quota1List: [], | |||
quota2List: [], | |||
count: 0, | |||
tableHeight: document.documentElement.clientHeight - 310, | |||
tableHeight: document.documentElement.clientHeight - 260, | |||
page: { | |||
page: 1, | |||
limit: Math.floor( | |||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||
(document.documentElement.clientHeight - 260 - 45) / 45 | |||
), | |||
}, | |||
}; |
@@ -6,9 +6,9 @@ | |||
element-loading-background="rgba(255, 255, 255, 1)" | |||
> | |||
<search :type="2" @search:task="updateParams($event)" /> | |||
<div class="operating"> | |||
<!-- <div class="operating"> | |||
<el-button size="small" type="primary">导出</el-button> | |||
</div> | |||
</div> --> | |||
<el-table | |||
highlight-current-row | |||
:data="dataList" | |||
@@ -144,11 +144,11 @@ export default { | |||
quota1List: [], | |||
quota2List: [], | |||
count: 0, | |||
tableHeight: document.documentElement.clientHeight - 310, | |||
tableHeight: document.documentElement.clientHeight - 260, | |||
page: { | |||
page: 1, | |||
limit: Math.floor( | |||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||
(document.documentElement.clientHeight - 260 - 45) / 45 | |||
), | |||
}, | |||
}; |
@@ -2,9 +2,9 @@ | |||
<div class="assessing-content ele-body"> | |||
<el-card shadow="never" element-loading-background="rgba(255, 255, 255, 1)"> | |||
<search :type="1" @search:task="updateParams($event)" /> | |||
<div class="operating"> | |||
<!-- <div class="operating"> | |||
<el-button size="small" type="primary">导出</el-button> | |||
</div> | |||
</div> --> | |||
<el-table | |||
highlight-current-row | |||
:data="dataList" | |||
@@ -372,11 +372,11 @@ export default { | |||
showEdit: false, | |||
form: {}, | |||
count: 0, | |||
tableHeight: document.documentElement.clientHeight - 310, | |||
tableHeight: document.documentElement.clientHeight - 260, | |||
page: { | |||
page: 1, | |||
limit: Math.floor( | |||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||
(document.documentElement.clientHeight - 260 - 45) / 45 | |||
), | |||
}, | |||
}; |
@@ -2,9 +2,9 @@ | |||
<div class="assessing-content ele-body"> | |||
<el-card shadow="never" element-loading-background="rgba(255, 255, 255, 1)"> | |||
<search :type="3" @search:task="updateParams($event)" /> | |||
<div class="operating"> | |||
<!-- <div class="operating"> | |||
<el-button size="small" type="primary">导出</el-button> | |||
</div> | |||
</div> --> | |||
<el-table | |||
highlight-current-row | |||
:data="dataList" | |||
@@ -366,11 +366,11 @@ export default { | |||
showEdit: false, | |||
form: {}, | |||
count: 0, | |||
tableHeight: document.documentElement.clientHeight - 310, | |||
tableHeight: document.documentElement.clientHeight - 260, | |||
page: { | |||
page: 1, | |||
limit: Math.floor( | |||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||
(document.documentElement.clientHeight - 260 - 45) / 45 | |||
), | |||
}, | |||
}; |
@@ -2,9 +2,9 @@ | |||
<div class="assessing-content ele-body"> | |||
<el-card shadow="never" element-loading-background="rgba(255, 255, 255, 1)"> | |||
<search :type="2" @search:task="updateParams($event)" /> | |||
<div class="operating"> | |||
<!-- <div class="operating"> | |||
<el-button size="small" type="primary">导出</el-button> | |||
</div> | |||
</div> --> | |||
<el-table | |||
highlight-current-row | |||
:data="dataList" | |||
@@ -373,11 +373,11 @@ export default { | |||
form: {}, | |||
loading: false, | |||
count: 0, | |||
tableHeight: document.documentElement.clientHeight - 310, | |||
tableHeight: document.documentElement.clientHeight - 260, | |||
page: { | |||
page: 1, | |||
limit: Math.floor( | |||
(document.documentElement.clientHeight - 310 - 45) / 45 | |||
(document.documentElement.clientHeight - 260 - 45) / 45 | |||
), | |||
}, | |||
}; |