瀏覽代碼

feat(ant-d): 3.0 vol.5

gemercheung 3 年之前
父節點
當前提交
a9293120da
共有 1 個文件被更改,包括 13 次插入0 次删除
  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',