tangning 5 달 전
부모
커밋
c38dceaf1d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/work/remarksModal.vue

+ 2 - 2
src/views/work/remarksModal.vue

@@ -68,11 +68,11 @@
           field: 'remark',
           component: 'InputTextArea',
           required: true,
-          label: '检测结果',
+          label: '维修记录',
           componentProps: {
             maxLength: 500,
             rows: 4,
-            placeholder: '请填写备注',
+            placeholder: '请填写维修记录',
           },
           colProps: {
             span: 22,