diff --git a/src/views/3DOverview/components/DianChart.vue b/src/views/3DOverview/components/DianChart.vue index a8a0478..a4ec652 100644 --- a/src/views/3DOverview/components/DianChart.vue +++ b/src/views/3DOverview/components/DianChart.vue @@ -84,6 +84,15 @@ export default { left: 64, bottom: 28 }, + tooltip: { + show: true, + trigger: 'axis', + axisPointer: { + type: 'line', + axis: 'x' + }, + extraCssText: 'width: 152px !important; height: 100px !important;' + }, xAxis: [ { type: 'category', @@ -121,10 +130,11 @@ export default { fontSize: 10 }, splitLine: { - show: false - // lineStyle: { - // color: '#fff3' - // } + show: true, + lineStyle: { + color: '#fff1', + type: 'dotted' + } } }, { @@ -148,10 +158,11 @@ export default { fontSize: 10 }, splitLine: { - show: false - // lineStyle: { - // color: '#fff3' - // } + show: true, + lineStyle: { + color: '#fff1', + type: 'dotted' + } } }, { @@ -168,8 +179,10 @@ export default { type: 'value', splitNumber: 3, splitLine: { + show: true, lineStyle: { - color: '#fff3' + color: '#fff1', + type: 'dotted' } }, axisLabel: { diff --git a/src/views/3DOverview/components/FadianChart.vue b/src/views/3DOverview/components/FadianChart.vue index 699975a..22fa8a4 100644 --- a/src/views/3DOverview/components/FadianChart.vue +++ b/src/views/3DOverview/components/FadianChart.vue @@ -51,6 +51,15 @@ export default { bottom: 0, containLabel: true }, + tooltip: { + show: true, + trigger: 'axis', + axisPointer: { + type: 'line', + axis: 'x' + }, + extraCssText: 'width: 152px !important; height: 100px !important;' + }, xAxis: { type: 'category', boundaryGap: false, @@ -89,8 +98,10 @@ export default { }, axisTick: { show: false }, splitLine: { + show: true, lineStyle: { - color: '#fff3' + color: '#fff1', + type: 'dotted' } } }, diff --git a/src/views/3DOverview/components/LeftContentEquipmentCheck.vue b/src/views/3DOverview/components/LeftContentEquipmentCheck.vue index 5fae185..82e0b46 100644 --- a/src/views/3DOverview/components/LeftContentEquipmentCheck.vue +++ b/src/views/3DOverview/components/LeftContentEquipmentCheck.vue @@ -58,7 +58,7 @@ const tableProps = [ { prop: 'checkContent', label: '巡检内容', align: 'center', 'min-width': 120 } ] const tableData = [ - { eqName: '钢化', pl: 'A', priority: 4, checkContent: '表面检测光源和相机的卫生' }, + { eqName: '钢化', pl: 'A', priority: 1, checkContent: '表面检测光源和相机的卫生' }, { eqName: '一镀', pl: 'A', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, { eqName: '钢化', pl: 'B', priority: 3, checkContent: '边角检测设备水平的校正' }, { eqName: '冷却', pl: 'B', priority: 2, checkContent: '表面检测光源和相机的卫生' }, @@ -66,7 +66,7 @@ const tableData = [ { eqName: '钢后清洗机', pl: 'B', priority: 3, checkContent: '检查每日不良是否存在误检' }, { eqName: '磨边', pl: 'B', priority: 3, checkContent: '设备表面的卫生' }, { eqName: '打孔', pl: 'B', priority: 2, checkContent: '边角检测光源和相机的卫生' }, - { eqName: '磨边后清洗机', pl: 'B', priority: 4, checkContent: '边角检测光源和相机的卫生' }, + { eqName: '磨边后清洗机', pl: 'B', priority: 1, checkContent: '边角检测光源和相机的卫生' }, { eqName: '冷却', pl: 'B', priority: 1, checkContent: '辊道下方的碎玻璃清理' }, { eqName: '丝印', pl: 'B', priority: 3, checkContent: '操作台保持整洁' }, { eqName: '丝印', pl: 'A', priority: 2, checkContent: '检查每日不良是否存在误检' }, @@ -74,7 +74,7 @@ const tableData = [ { eqName: '冷却', pl: 'A', priority: 2, checkContent: '辊道下方的碎玻璃清理' }, { eqName: '下片', pl: 'A', priority: 1, checkContent: '水冷机内水量充足并且清洁' }, { eqName: '钢化', pl: 'A', priority: 2, checkContent: '操作台保持整洁' }, - { eqName: '预热', pl: 'B', priority: 4, checkContent: '水冷机内水量充足并且清洁' }, + { eqName: '预热', pl: 'B', priority: 3, checkContent: '水冷机内水量充足并且清洁' }, { eqName: '磨边后清洗机', pl: 'A', priority: 2, checkContent: '水冷机内水量充足并且清洁' }, { eqName: '上片', pl: 'B', priority: 3, checkContent: '边角检测光源和相机的卫生' }, { eqName: '预热', pl: 'A', priority: 2, checkContent: '表面检测光源和相机的卫生' } @@ -130,7 +130,7 @@ export default { color: #fff9; border: 0; height: 100%; - overflow-y: auto; + /* overflow-y: auto; */ } .el-table-wrapper >>> .el-table th.is-leaf, diff --git a/src/views/3DOverview/components/LeftContentPublicConsume.vue b/src/views/3DOverview/components/LeftContentPublicConsume.vue index 48b8086..8a16050 100644 --- a/src/views/3DOverview/components/LeftContentPublicConsume.vue +++ b/src/views/3DOverview/components/LeftContentPublicConsume.vue @@ -67,7 +67,7 @@ -