Ver código fonte

feat(ant-d): 3.0 vol.5

gemercheung 3 anos atrás
pai
commit
a9293120da
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13 0
      src/views/dashboard/product/drawer.data.ts

+ 13 - 0
src/views/dashboard/product/drawer.data.ts

@@ -23,6 +23,19 @@ export const formSchema: FormSchema[] = [
     component: 'Switch',
   },
   {
+    field: 'steamRoom.name',
+    label: '直播间名称',
+    component: 'Input',
+    helpMessage: '直播间不能修改',
+    colProps: {
+      lg: 5,
+      md: 5,
+    },
+    componentProps: {
+      disabled: true,
+    },
+  },
+  {
     field: 'isLaunched',
     label: '是否上架',
     component: 'Switch',