ysy 1 год назад
Родитель
Сommit
d3cb136252

+ 8 - 5
src/components/catogary/index.vue

@@ -104,16 +104,19 @@
             label: '牌号',
             align: 'center'
           },
-          {
-            prop: 'modelType',
-            label: '型号',
-            align: 'center'
-          },
           {
             prop: 'specification',
             label: '规格',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 110
+          },
+          {
+            prop: 'modelType',
+            label: '型号',
             align: 'center'
           },
+  
           {
             type: 'selection',
             width: 55,

+ 6 - 5
src/views/outsourcing/components/details.vue

@@ -69,6 +69,11 @@ export default {
                     align: 'center'
                 },
 
+                {
+                    prop: 'specification',
+                    label: '规格',
+                    align: 'center'
+                },
 
                 {
                     prop: 'modelType',
@@ -78,11 +83,7 @@ export default {
 
 
 
-                {
-                    prop: 'specification',
-                    label: '规格',
-                    align: 'center'
-                },
+         
 
 
                 {

+ 5 - 4
src/views/produce/components/picking/pickingList.vue

@@ -225,15 +225,16 @@
             showOverflowTooltip: true
           },
           {
-            prop: 'modelType',
-            label: '型号',
+            prop: 'specification',
+            label: '规格',
             showOverflowTooltip: true
           },
           {
-            prop: 'specification',
-            label: '规格',
+            prop: 'modelType',
+            label: '型号',
             showOverflowTooltip: true
           },
+    
           {
             prop: 'batchNo',
             label: '批次号',

+ 6 - 5
src/views/produce/components/productionResource/columnsTab.js

@@ -222,19 +222,20 @@ export const standardColumns =   [
       prop: 'brandNum',
       label: '牌号'
     },
-
     {
-      prop: 'modelType',
-      label: '型号',
+      prop: 'specification',
+      label: '规格',
       align: 'center',
       showOverflowTooltip: true
     },
+
     {
-      prop: 'specification',
-      label: '规格',
+      prop: 'modelType',
+      label: '型号',
       align: 'center',
       showOverflowTooltip: true
     },
+
     {
       prop: 'measuringUnit',
       label: '计量单位',