qdt-admin-layout 1.1.35 → 1.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@ export default {
|
|
|
58
58
|
</div>
|
|
59
59
|
);
|
|
60
60
|
},
|
|
61
|
-
//
|
|
61
|
+
// 大屏可视化
|
|
62
62
|
defaultLargeScreenBtn() {
|
|
63
63
|
// 这里为了可读性,不再将click事件放到外面
|
|
64
64
|
return (
|
|
@@ -69,7 +69,6 @@ export default {
|
|
|
69
69
|
>
|
|
70
70
|
大屏可视化
|
|
71
71
|
|
|
72
|
-
{/* <i class="el-icon-refresh-right header-icon" /> */}
|
|
73
72
|
</div>
|
|
74
73
|
);
|
|
75
74
|
},
|
|
@@ -202,7 +201,7 @@ export default {
|
|
|
202
201
|
},
|
|
203
202
|
renderRightContent(h) {
|
|
204
203
|
const defaultContent = [
|
|
205
|
-
|
|
204
|
+
this.defaultLargeScreenBtn
|
|
206
205
|
, this.defaultUserDropdown];
|
|
207
206
|
const { rightSlot } = headerGetters;
|
|
208
207
|
|