libushang hace 5 meses
padre
commit
74a8e0d067
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/mobileControl/WorkRequest.vue

+ 1 - 1
src/views/mobileControl/WorkRequest.vue

@@ -87,7 +87,7 @@ const form = ref({
   leader_name: '',
   content: '',
   // 以下默认即可
-  processing_status: '',
+  processing_status: '处理中',
   feeback_type: "1",
 });
 const pickerValue = ref(<Numeric[]>([]));