Browse Source

保留测试记录

qinhb 6 days ago
parent
commit
932b4af54e

+ 2 - 2
src/views/base/craftManagement/route/components/configs.ts

@@ -331,10 +331,10 @@ export const comTypes: comType[] = [
     compentName: "多媒体采集",
     compentType: "duomeiticaiji",
   },
-  /*{
+  {
     compentName: "测试记录",
     compentType: "ceshijilu",
-  },*/
+  },
   {
     compentName: "工序表单",
     compentType: "operationExcel",

+ 5 - 2
src/views/base/craftManagement/route/components/setExcel/index.vue

@@ -179,7 +179,7 @@ option.value = Object.assign(option.value, {
       addDisabled: true,
       editDisabled: true,
     },
-    {
+   /* {
       label: "物料编码",
       slot: true,
       headerAlign: "center",
@@ -202,7 +202,7 @@ option.value = Object.assign(option.value, {
       align: "center",
       prop: "spec",
       addDisplay: false,
-    },
+    },*/
     {
       label: "修改时间",
       prop: "updated",
@@ -212,6 +212,9 @@ option.value = Object.assign(option.value, {
     {
       label: "操作人",
       prop: "updator",
+      type: "select",
+      dicData: dicts.user_name_list,
+      props: {"label": "dictLabel","value":"dictValue"},
       addDisabled: true,
       editDisabled: true,
     },