Browse Source

fix:增加工序表格

lupeng 11 tháng trước cách đây
mục cha
commit
8eb57845d6

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 0
src/assets/icons/operationExcel.svg


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

@@ -249,4 +249,8 @@ export const comTypes : comType[] = [
 		compentName: "多媒体采集",
 		compentType: "duomeiticaiji",
 	},
+  {
+    compentName: "工序表格",
+    compentType: "operationExcel",
+  },
 ];

+ 2 - 1
src/views/base/craftManagement/route/components/processComponent.vue

@@ -154,7 +154,8 @@ const clickToolCom = (com, index) => {
     com.compentType === "mingpai" ||
     com.compentType === "duomeiticaiji" ||
     com.compentType === "tiaoshipipei" ||
-    com.compentType === "jingu"
+    com.compentType === "jingu"  ||
+    com.compentType === "operationExcel"
   ) {
     isNoneedEdit.value = true;
   } else {