Ver Fonte

fix: change post

DESKTOP-USV654P\pc há 1 semana atrás
pai
commit
bdace378de
1 ficheiros alterados com 14 adições e 14 exclusões
  1. 14 14
      src/views/system/post/components/PostDrawer.vue

+ 14 - 14
src/views/system/post/components/PostDrawer.vue

@@ -46,21 +46,21 @@
           { label: t('停用'), value: 0 },
         ],
       },
-      colProps: { span: 12 },
-    },
-    {
-      field: 'isMajor',
-      label: t('专业部'),
-      component: 'RadioButtonGroup',
-      defaultValue: 0,
-      componentProps: {
-        options: [
-          { label: t('是'), value: 1 },
-          { label: t('否'), value: 0 },
-        ],
-      },
-      colProps: { span: 12 },
+      colProps: { span: 24 },
     },
+    // {
+    //   field: 'isMajor',
+    //   label: t('专业部'),
+    //   component: 'RadioButtonGroup',
+    //   defaultValue: 0,
+    //   componentProps: {
+    //     options: [
+    //       { label: t('是'), value: 1 },
+    //       { label: t('否'), value: 0 },
+    //     ],
+    //   },
+    //   colProps: { span: 12 },
+    // },
     {
       field: 'parentId',
       label: t('上级岗位'),