Browse Source

no message

libushang 5 tháng trước cách đây
mục cha
commit
74a8e0d067
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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[]>([]));