dengrui 8 tháng trước cách đây
mục cha
commit
305c4c7cde
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/pro-operation/rework/index.vue

+ 3 - 0
src/views/pro-operation/rework/index.vue

@@ -156,6 +156,9 @@
             <el-form-item label="发生地点" prop="address">
               <el-input v-model="ruleForm1.address" />
             </el-form-item>
+            <el-form-item label="数量" prop="address">
+              <el-input v-model="ruleForm1.num" />
+            </el-form-item>
             <el-form-item label="问题描述" prop="remark1[content]">
               <el-input type="textarea" v-model="ruleForm1.remark1.content" />
             </el-form-item>