修改滚动条样式及导出

This commit is contained in:
‘937886381’ 2024-06-27 13:58:58 +08:00
parent f7b151f9aa
commit fb74340f0f
5 changed files with 182 additions and 155 deletions

View File

@ -63,14 +63,22 @@ export default {
computed: {}, computed: {},
methods: { methods: {
handleExport() { handleExport() {
exportFactoryDataExcel({ if (this.period != 1) {
factoryId: this.companyId, exportFactoryDataExcel({
timeSelection: this.period === 1 ? 0 : this.period === 2 ? 1 : this.period === 3 ? 2 : 3, factoryId: this.companyId,
compare: this.than === '同比' ? 1 : 2 timeSelection: this.period === 1 ? 0 : this.period === 2 ? 1 : this.period === 3 ? 2 : 3,
}).then(response => { compare: this.than === '同比' ? 1 : 2
this.$download.excel(response, `${this.companyName}生产数据.xls`); }).then(response => {
// this.exportLoading = false; this.$download.excel(response, `${this.companyName}生产数据.xls`);
}).catch(() => { }); // this.exportLoading = false;
}).catch(() => { });
} else {
this.$message({
type: 'warning',
message: '为日的情况下没有导出功能',
})
}
}, },
toggleFullScreen() { toggleFullScreen() {
this.isFullscreen = !this.isFullscreen; this.isFullscreen = !this.isFullscreen;

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2024-06-19 15:28:34 * @Date: 2024-06-19 15:28:34
* @LastEditTime: 2024-06-26 10:42:16 * @LastEditTime: 2024-06-27 10:40:57
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -87,11 +87,32 @@ export default {
// //
type: "slider", type: "slider",
// //
backgroundColor: "rgb(19, 63, 100)", backgroundColor: "#F7F7F7",
// handleStyle: {
// color: '#D6D6D6'
// },
handleStyle: {
borderColor: '#EBEBEB',
color: '#EBEBEB'
},
moveHandleStyle: {
borderColor: '#EBEBEB',
color: '#EBEBEB'
},
emphasis: {
handleStyle: {
borderColor: '#D6D6D6',
color: '#D6D6D6'
},
moveHandleStyle: {
borderColor: '#D6D6D6',
color: '#D6D6D6'
}
},
// //
fillerColor: "rgb(16, 171, 198)", fillerColor: "#F7F7F7",
// //
borderColor: "rgb(19, 63, 100)", borderColor: "#F7F7F7",
// detail // detail
showDetail: false, showDetail: false,
// //
@ -102,9 +123,9 @@ export default {
// //
filterMode: "empty", filterMode: "empty",
// //
width: "50%", width: "100%",
// //
height: 8, height: 3,
// //
left: "center", left: "center",
// //
@ -112,7 +133,7 @@ export default {
// //
handleSize: 0, handleSize: 0,
// dataZoom-slider // dataZoom-slider
bottom: 3, bottom: 14,
}, },
{ {
// //
@ -124,7 +145,6 @@ export default {
moveOnMouseMove: true, moveOnMouseMove: true,
moveOnMouseWheel: true, moveOnMouseWheel: true,
}, },
], ],
yAxis:undefined, yAxis:undefined,
series: [], series: [],

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2024-06-20 16:13:36 * @Date: 2024-06-20 16:13:36
* @LastEditTime: 2024-06-26 16:53:39 * @LastEditTime: 2024-06-27 09:51:43
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -80,52 +80,52 @@ export default {
type: "shadow", type: "shadow",
}, },
}, },
dataZoom: [// // dataZoom: [//
{ // {
// // //
show: true, // show: true,
// // //
type: "slider", // type: "slider",
// // //
backgroundColor: "rgb(19, 63, 100)", // backgroundColor: "rgb(19, 63, 100)",
// // //
fillerColor: "rgb(16, 171, 198)", // fillerColor: "rgb(16, 171, 198)",
// // //
borderColor: "rgb(19, 63, 100)", // borderColor: "rgb(19, 63, 100)",
// detail // // detail
showDetail: false, // showDetail: false,
// // //
startValue: 0, // startValue: 0,
// // //
endValue: 5, // endValue: 5,
// empty // // empty
// // //
filterMode: "empty", // filterMode: "empty",
// // //
width: "50%", // width: "50%",
// // //
height: 8, // height: 8,
// // //
left: "center", // left: "center",
// // //
zoomLoxk: true, // zoomLoxk: true,
// // //
handleSize: 0, // handleSize: 0,
// dataZoom-slider // // dataZoom-slider
bottom: 3, // bottom: 3,
}, // },
{ // {
// // //
// // //
type: "inside", // type: "inside",
// // //
zoomOnMouseWheel: false, // zoomOnMouseWheel: false,
// // //
moveOnMouseMove: true, // moveOnMouseMove: true,
moveOnMouseWheel: true, // moveOnMouseWheel: true,
}, // },
], // ],
yAxis:undefined, yAxis:undefined,
series: [], series: [],
}, },

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2024-06-20 16:13:52 * @Date: 2024-06-20 16:13:52
* @LastEditTime: 2024-06-25 10:49:34 * @LastEditTime: 2024-06-27 09:55:02
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -80,52 +80,52 @@ export default {
type: "shadow", type: "shadow",
}, },
}, },
dataZoom: [// // dataZoom: [//
{ // {
// // //
show: true, // show: true,
// // //
type: "slider", // type: "slider",
// // //
backgroundColor: "rgb(19, 63, 100)", // backgroundColor: "rgb(19, 63, 100)",
// // //
fillerColor: "rgb(16, 171, 198)", // fillerColor: "rgb(16, 171, 198)",
// // //
borderColor: "rgb(19, 63, 100)", // borderColor: "rgb(19, 63, 100)",
// detail // // detail
showDetail: false, // showDetail: false,
// // //
startValue: 0, // startValue: 0,
// // //
endValue: 5, // endValue: 5,
// empty // // empty
// // //
filterMode: "empty", // filterMode: "empty",
// // //
width: "50%", // width: "50%",
// // //
height: 8, // height: 8,
// // //
left: "center", // left: "center",
// // //
zoomLoxk: true, // zoomLoxk: true,
// // //
handleSize: 0, // handleSize: 0,
// dataZoom-slider // // dataZoom-slider
bottom: 3, // bottom: 3,
}, // },
{ // {
// // //
// // //
type: "inside", // type: "inside",
// // //
zoomOnMouseWheel: false, // zoomOnMouseWheel: false,
// // //
moveOnMouseMove: true, // moveOnMouseMove: true,
moveOnMouseWheel: true, // moveOnMouseWheel: true,
}, // },
], // ],
yAxis:undefined, yAxis:undefined,
series: [], series: [],
}, },

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: zhp * @Author: zhp
* @Date: 2024-06-21 09:05:14 * @Date: 2024-06-21 09:05:14
* @LastEditTime: 2024-06-26 14:49:15 * @LastEditTime: 2024-06-27 10:59:40
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
@ -98,52 +98,51 @@ export default {
type: "shadow", type: "shadow",
}, },
}, },
dataZoom: [// // dataZoom: [//
{ // {
// // //
show: true, // show: true,
// // //
type: "slider", // type: "slider",
// // //
backgroundColor: "rgb(19, 63, 100)", // backgroundColor: "#F7F7F7",
// // //
fillerColor: "rgb(16, 171, 198)", // fillerColor: "#EBEBEB",
// // //
borderColor: "rgb(19, 63, 100)", // borderColor: "#F7F7F7",
// detail // // detail
showDetail: false, // showDetail: false,
// // //
startValue: 0, // startValue: 0,
// // //
endValue: 5, // endValue: 5,
// empty // // empty
// // //
filterMode: "empty", // filterMode: "empty",
// // //
width: "50%", // width: "100%",
// // //
height: 8, // height: 8,
// // //
left: "center", // left: "center",
// // //
zoomLoxk: true, // zoomLoxk: true,
// // //
handleSize: 0, // handleSize: 0,
// dataZoom-slider // // dataZoom-slider
bottom: 3, // bottom: 3,
}, // },
{ // {
// // //
// // //
type: "inside", // type: "inside",
// // //
zoomOnMouseWheel: false, // zoomOnMouseWheel: false,
// // //
moveOnMouseMove: true, // moveOnMouseMove: true,
moveOnMouseWheel: true, // moveOnMouseWheel: true,
}, // },
// ],
],
yAxis:undefined, yAxis:undefined,
series: [], series: [],
}, },