Explorar o código

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend into dev

ysy hai 1 ano
pai
achega
cd3994bd78
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      src/views/material/BOMmanage/index.vue

+ 8 - 8
src/views/material/BOMmanage/index.vue

@@ -151,12 +151,12 @@
             slot: 'approvalStatus'
           },
 
-          {
-            width: 100,
-            prop: 'isTemp',
-            slot: 'isTemp',
-            label: '主数据'
-          },
+          // {
+          //   width: 100,
+          //   prop: 'isTemp',
+          //   slot: 'isTemp',
+          //   label: '主数据'
+          // },
 
           {
             prop: 'createName',
@@ -227,7 +227,7 @@
                   this.$message.success('发布成功');
                   this.reload();
                 }
-  
+
               });
             })
             .catch(() => {});
@@ -246,7 +246,7 @@
               this.isSubmit = false;
               this.$message.success('发布成功');
               this.reload();
-           
+
             });
           })
           .catch(() => {});