From f43aec11c37f08b0146c2cbe28067d6ff419e58b Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 08 十月 2024 13:23:53 +0800
Subject: [PATCH] OEE图表页面新增柱状图展示
---
src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue b/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue
index d9aca3e..d6065e7 100644
--- a/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue
+++ b/src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue
@@ -104,17 +104,17 @@
return parseInt(index) + 1;
}
},
- {
- title: '閮ㄤ綅',
- align: "center",
- dataIndex: 'location',
- },
- {
- title: '绀烘剰鍥�',
- align: "center",
- dataIndex: 'photo',
- scopedSlots: { customRender: 'photo' },
- },
+ // {
+ // title: '閮ㄤ綅',
+ // align: "center",
+ // dataIndex: 'location',
+ // },
+ // {
+ // title: '绀烘剰鍥�',
+ // align: "center",
+ // dataIndex: 'photo',
+ // scopedSlots: { customRender: 'photo' },
+ // },
{
title: '鐐规椤圭洰',
align: "center",
@@ -122,7 +122,7 @@
},
{
- title: '妫�娴嬫爣鍑�',
+ title: '瀹屾垚鏁版嵁/瑕佹眰',
align: "center",
dataIndex: 'detectionStandard',
@@ -154,6 +154,18 @@
url: {
list: "/eam/inspectionStandardDetail/getInspectionStandardList",//鏁版嵁鏉ユ簮mom_eam_daily_inspection_standard_detail
},
+ /* 鍒嗛〉鍙傛暟 */
+ ipagination: {
+ current: 1,
+ pageSize: 20,
+ pageSizeOptions: ['5', '10', '20', '50'],
+ showTotal: (total, range) => {
+ return range[0] + '-' + range[1] + ' 鍏�' + total + '鏉�'
+ },
+ showQuickJumper: true,
+ showSizeChanger: true,
+ total: 0
+ },
}
},
created() {
--
Gitblit v1.9.3