-
+
diff --git a/Web/src/views/basics-date/matter/index.vue b/Web/src/views/basics-date/matter/index.vue
index 711bb24..42e0088 100644
--- a/Web/src/views/basics-date/matter/index.vue
+++ b/Web/src/views/basics-date/matter/index.vue
@@ -67,7 +67,7 @@
-
+
diff --git a/Web/src/views/reportCenter/productionProgressKanban/index.vue b/Web/src/views/reportCenter/productionProgressKanban/index.vue
index 6dab894..5c938ed 100644
--- a/Web/src/views/reportCenter/productionProgressKanban/index.vue
+++ b/Web/src/views/reportCenter/productionProgressKanban/index.vue
@@ -209,7 +209,7 @@ let option = ref({
color: rgb(210, 217, 222);
}
&>p:nth-child(2){
- font-size: 20px;
+ font-size: 20px;
color: #4093f9;
margin-left: auto;
}
diff --git a/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue b/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue
index 987945b..73af27f 100644
--- a/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue
+++ b/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue
@@ -157,7 +157,7 @@ let option2 = {
-const handleChange = (value) => {
+const handleChange = (value: any) => {
console.log(value)
}
const formInline = reactive({
diff --git a/Web/src/views/system/menu/component/editMenu.vue b/Web/src/views/system/menu/component/editMenu.vue
index c1767b8..c5458f8 100644
--- a/Web/src/views/system/menu/component/editMenu.vue
+++ b/Web/src/views/system/menu/component/editMenu.vue
@@ -1,13 +1,13 @@