002201 hace 2 años
padre
commit
7f4c4c55a3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/purchase/catalogue/column.js

+ 2 - 2
src/views/purchase/catalogue/column.js

@@ -4,14 +4,14 @@ export const FormColumns = [
     title: "有效状态",
     inputType: "Select",
     referName: "is_effective",
-    width: 50,
+    width: 100,
   },
   {
     key: "enableStatus",
     title: "启用状态",
     inputType: "Select",
     referName: "is_effective",
-    width: 50,
+    width: 100,
   },
   {
     key: "puOrgName",