瀏覽代碼

测量偏差

duy 1 月之前
父節點
當前提交
2a13fab9d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/data-fill/collapse-form/index.vue

+ 1 - 1
src/views/data-fill/collapse-form/index.vue

@@ -1056,7 +1056,7 @@ const isOpen = infos['isOpenRandomNumber'] ?? 0
         newArr.push({ label: '插入设计值/频率', key: 'design' })
     }
     newArr.push({ label: '插入编号', key: 'pushCode' })
-    newArr.push({ label: '测量偏差范围', key: 'deviation' })
+     newArr.push({ label: '测量偏差范围', key: 'deviation' })
     newArr.push({ label: '插入特殊字符', key: 'special' })
     newArr.push({ label: '关联试验数据', key: 'test' })
     newArr.push({ label: '关联试验文件', key: 'file' })