Explorar el Código

关联试验文件文字修改

duy hace 2 años
padre
commit
213d9ee702
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/data-fill/components/ListItem.vue

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -943,7 +943,7 @@ const setTableFormMenu = (info) => {
     //newArr.push({label: '插入设计值/频率', key: "IDVF"})
     newArr.push({label: '插入特殊字符', key: "special"})
     newArr.push({label: '关联试验数据', key: "CTD"}),
-    newArr.push({label: '关联试文件', key: "file"})
+    newArr.push({label: '关联试文件', key: "file"})
     tableFormMenu.value = newArr
 }