diff --git a/src/components/echarts/rmsboxi.vue b/src/components/echarts/rmsboxi.vue
index 29301e7..3ec0a7b 100644
--- a/src/components/echarts/rmsboxi.vue
+++ b/src/components/echarts/rmsboxi.vue
@@ -9,7 +9,7 @@
style="position: absolute; right: 10px; top: 0px; z-index: 20000"
type="primary"
link
- icon="el-icon-download"
+ icon="el-icon-Download"
title="生成图片"
@click="download"
>
@@ -92,9 +92,9 @@ export default {
},
created() {
if (this.flag == 1) {
- this.vh = mainHeight(175).height
+ this.vh = mainHeight(165).height
} else {
- this.vh = mainHeight(175,2).height
+ this.vh = mainHeight(165,2).height
}
this.vw = '100%'
},
diff --git a/src/components/echarts/shushiboxi.vue b/src/components/echarts/shushiboxi.vue
index d45a47b..60b1ecb 100644
--- a/src/components/echarts/shushiboxi.vue
+++ b/src/components/echarts/shushiboxi.vue
@@ -9,7 +9,7 @@
style="position: absolute; right: 10px; top: 0px; z-index: 20000"
type="primary"
link
- icon="download"
+ icon="el-icon-Download"
title="生成图片"
@click="download"
>
@@ -78,9 +78,9 @@ export default {
created() {
if (this.flag == 1) {
- this.vh = mainHeight(175).height
+ this.vh = mainHeight(165).height
} else {
- this.vh = mainHeight(175,2).height
+ this.vh = mainHeight(165,2).height
}
this.vw = '100%'
},
@@ -1151,5 +1151,3 @@ export default {
}
}
-
-
diff --git a/src/components/table/fieldRender/index.vue b/src/components/table/fieldRender/index.vue
index 773f7ae..95f446f 100644
--- a/src/components/table/fieldRender/index.vue
+++ b/src/components/table/fieldRender/index.vue
@@ -67,10 +67,11 @@
:class="btn.class"
class="table-operate"
:type="btn.type"
+ :loading="props.row.loading || false"
:disabled="btn.disabled && btn.disabled(row, field)"
v-bind="btn.attr"
>
-