tangning 4 months ago
parent
commit
c38dceaf1d
1 changed files with 2 additions and 2 deletions
  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,