diff --git a/src/views/kc/kcGongkaike/KcGongkaike.data.ts b/src/views/kc/kcGongkaike/KcGongkaike.data.ts
index 5f48783..3b147da 100644
--- a/src/views/kc/kcGongkaike/KcGongkaike.data.ts
+++ b/src/views/kc/kcGongkaike/KcGongkaike.data.ts
@@ -212,6 +212,21 @@ export const formSchema: FormSchema[] = [
label: '类别',
field: 'hxrlb',
component: 'Input',
+ },
+ {
+ label: '说课视频地址',
+ field: 'shuokePath',
+ component: 'Input',
+ },
+ {
+ label: '授课视频地址',
+ field: 'shoukePath',
+ component: 'Input',
+ },
+ {
+ label: '课后反思视频地址',
+ field: 'kehouPath',
+ component: 'Input',
},
// TODO 主键隐藏字段,目前写死为ID
{
diff --git a/src/views/kc/kcGongkaike/components/KcGongkaikeForm.vue b/src/views/kc/kcGongkaike/components/KcGongkaikeForm.vue
index 00b8cfb..ddec685 100644
--- a/src/views/kc/kcGongkaike/components/KcGongkaikeForm.vue
+++ b/src/views/kc/kcGongkaike/components/KcGongkaikeForm.vue
@@ -84,6 +84,21 @@