diff --git a/src/views/device/sparepartsInOutStorage/index.vue b/src/views/device/sparepartsInOutStorage/index.vue
index 86c3457..707c71c 100644
--- a/src/views/device/sparepartsInOutStorage/index.vue
+++ b/src/views/device/sparepartsInOutStorage/index.vue
@@ -240,7 +240,6 @@
:total="total"
:page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
- :pageSizes="[50,100,200,500]"
@pagination="getList"
/>
diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue
index 363580a..82ba71d 100644
--- a/src/views/mes/dailyReportNew/index.vue
+++ b/src/views/mes/dailyReportNew/index.vue
@@ -138,6 +138,11 @@
label="影响效率原因"
width="120" :show-overflow-tooltip="true">
+
+
-
+
diff --git a/src/views/quality/report/cpDefect/index.vue b/src/views/quality/report/cpDefect/index.vue
index c20c466..83eb274 100644
--- a/src/views/quality/report/cpDefect/index.vue
+++ b/src/views/quality/report/cpDefect/index.vue
@@ -85,7 +85,7 @@ export default {
productName: null,
productSpc: null,
productDate: null,
- checkType: 'checkTypeCPCJ'
+ checkType: 'checkTypeCPPC'
},
// 表单参数
form: {},