From d55fef9c7205b412cadc99c2bb2dea9329b7a2c9 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 31 七月 2024 09:39:19 +0800 Subject: [PATCH] 1、公司级与分厂级看板调整OEE图表样式 2、各看板中的饼图图表增加随分辨率变化而改变自身半径功能,从而更清晰的展示内容标题指示箭头 3、OEE综合效率分析页面新增车间字段 --- src/views/eam/modules/malfunctionRepair/EquipmentList.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue index e488ada..cc6d032 100644 --- a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue +++ b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue @@ -163,7 +163,7 @@ }, ], url: { - list: "/eam/equipment/getEquipmentList", + list: "/eam/equipment/getEquipmentTZList", }, } }, @@ -173,7 +173,7 @@ list() { this.selectedRowKeys = []; this.selectedRowRecord = []; - this.queryParam.equipmentStatus = "1" + // this.queryParam.equipmentStatus = "1" this.visible = true; this.loadData(1); }, @@ -190,6 +190,7 @@ onSelectChange(selectedRowKeys, selectedRows) { this.selectedRowKeys = selectedRowKeys; this.selectedRowRecord = selectedRows[0]; + this.handleOk() }, close() { this.queryParam = {}; @@ -224,7 +225,7 @@ this.ipagination.current = 1 } this.onClearSelected() - this.queryParam.equipmentStatus = '1'; + // this.queryParam.equipmentStatus = '1'; var params = this.getQueryParams()//鏌ヨ鏉′欢 this.loading = true getAction(this.url.list, params).then((res) => { @@ -291,7 +292,7 @@ height: 90% !important; overflow-y: hidden; } - .notshow { +.notshow { display: none; } @@ -310,7 +311,7 @@ .dataUnKnow { color: #1890ff; } - .frozenRowClass { +.frozenRowClass { color: #c9c9c9; } </style> \ No newline at end of file -- Gitblit v1.9.3