002201 2 years ago
parent
commit
7f4c4c55a3
1 changed files with 2 additions and 2 deletions
  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",