liuyc před 2 roky
rodič
revize
04a0f65129
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/views/tentative/detect/test.vue

+ 2 - 1
src/views/tentative/detect/test.vue

@@ -317,7 +317,8 @@ const tableColumn = ref([
     {key:'specificationNumber', name: '样品编号', width: 220},
     {key:'specificationModel', name: '规格类型', width: 200},
     {key:'detectionResult', name: '检测结果', width: 160},
-    {key:'projectPosition', name: '工程部位及用途', width: 160},
+    //{key:'projectPosition', name: '工程部位及用途', width: 160},
+    {key:'projectPositionName', name: '工程部位及用途', width: 160},
     {key:'reportDate', name: '报告日期', width: 170},
     {key:'trialUserName', name: '试验人员', width: 170},
     {key:'taskStatus', name: '任务状态', width: 140},