Quellcode durchsuchen

🐞 fix(瑞恒日报): 移除增压机产能提示信息icon

Zimo vor 1 Woche
Ursprung
Commit
9e6f589536
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      pages/ruihen/components/form.vue

+ 4 - 4
pages/ruihen/components/form.vue

@@ -1,8 +1,8 @@
 <script setup>
 <script setup>
   import { ref, computed, watch, nextTick, reactive } from 'vue';
   import { ref, computed, watch, nextTick, reactive } from 'vue';
-  import { onLoad } from '@dcloudio/uni-app';
-  import { getRuiHenReportDetail } from '@/api/ruihen';
-  import { useDataDictStore } from '@/store/modules/dataDict';
+import { onLoad } from '@dcloudio/uni-app';
+import { getRuiHenReportDetail } from '@/api/ruihen';
+import { useDataDictStore } from '@/store/modules/dataDict';
 
 
   const props = defineProps({
   const props = defineProps({
     type: {
     type: {
@@ -71,7 +71,7 @@
       }
       }
 
 
       if (!form.value.capacity) {
       if (!form.value.capacity) {
-        uni.showToast({ title: '请维护增压机产能' });
+        uni.showToast({ title: '请维护增压机产能', icon: 'none' });
       }
       }
     } finally {
     } finally {
     }
     }