Bläddra i källkod

隐藏导出按钮

master
YF-yuan 3 år sedan
förälder
incheckning
7ae2bf44c5
6 ändrade filer med 24 tillägg och 24 borttagningar
  1. +4
    -4
      src/views/second/segmentation/basicTable.vue
  2. +4
    -4
      src/views/second/segmentation/constraint.vue
  3. +4
    -4
      src/views/second/segmentation/reward.vue
  4. +4
    -4
      src/views/second/taskSummary/basicTable.vue
  5. +4
    -4
      src/views/second/taskSummary/constraint.vue
  6. +4
    -4
      src/views/second/taskSummary/reward.vue

+ 4
- 4
src/views/second/segmentation/basicTable.vue Visa fil

@@ -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
),
},
};

+ 4
- 4
src/views/second/segmentation/constraint.vue Visa fil

@@ -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
),
},
};

+ 4
- 4
src/views/second/segmentation/reward.vue Visa fil

@@ -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
),
},
};

+ 4
- 4
src/views/second/taskSummary/basicTable.vue Visa fil

@@ -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
),
},
};

+ 4
- 4
src/views/second/taskSummary/constraint.vue Visa fil

@@ -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
),
},
};

+ 4
- 4
src/views/second/taskSummary/reward.vue Visa fil

@@ -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
),
},
};

Laddar…
Avbryt
Spara