|
|
@@ -94,34 +94,34 @@ export const HIDDEN_DANGER_FORM_CONFIG: FormConfig[] = [
|
|
|
label: '举一反三是否推送:',
|
|
|
slot: 'isDrawLessonsPush',
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'drawLessonsContent',
|
|
|
- label: '举一反三内容:',
|
|
|
- component: 'ElInput',
|
|
|
- componentProps: {
|
|
|
- placeholder: '选填,推送举一反三时建议填写',
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'drawLessonsDepartmentIds',
|
|
|
- label: '举一反三责任部门:',
|
|
|
- slot: 'drawLessonsDepartmentIds',
|
|
|
- componentProps: {
|
|
|
- placeholder: '请选择举一反三责任部门,可多选',
|
|
|
- style: { width: '100%' },
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'drawLessonsDeadline',
|
|
|
- label: '举一反三时限:',
|
|
|
- component: 'ElDatePicker',
|
|
|
- componentProps: {
|
|
|
- type: 'date',
|
|
|
- placeholder: '请选择举一反三时限',
|
|
|
- valueFormat: 'YYYY-MM-DD',
|
|
|
- style: { width: '100%' },
|
|
|
- },
|
|
|
- },
|
|
|
+// {
|
|
|
+// prop: 'drawLessonsContent',
|
|
|
+// label: '举一反三内容:',
|
|
|
+// component: 'ElInput',
|
|
|
+// componentProps: {
|
|
|
+// placeholder: '选填,推送举一反三时建议填写',
|
|
|
+// },
|
|
|
+// },
|
|
|
+// {
|
|
|
+// prop: 'drawLessonsDepartmentIds',
|
|
|
+// label: '举一反三责任部门:',
|
|
|
+// slot: 'drawLessonsDepartmentIds',
|
|
|
+// componentProps: {
|
|
|
+// placeholder: '请选择举一反三责任部门,可多选',
|
|
|
+// style: { width: '100%' },
|
|
|
+// },
|
|
|
+// },
|
|
|
+// {
|
|
|
+// prop: 'drawLessonsDeadline',
|
|
|
+// label: '举一反三时限:',
|
|
|
+// component: 'ElDatePicker',
|
|
|
+// componentProps: {
|
|
|
+// type: 'date',
|
|
|
+// placeholder: '请选择举一反三时限',
|
|
|
+// valueFormat: 'YYYY-MM-DD',
|
|
|
+// style: { width: '100%' },
|
|
|
+// },
|
|
|
+// },
|
|
|
];
|
|
|
|
|
|
/**
|
|
|
@@ -228,7 +228,8 @@ export const HIDDEN_DANGER_RECTIFY_FORM_CONFIG: FormConfig[] = [
|
|
|
{
|
|
|
prop: 'drawLessonsDepartmentIds',
|
|
|
label: '举一反三责任部门:',
|
|
|
- slot: 'drawLessonsDepartmentIds',
|
|
|
+ component: 'ElSelect',
|
|
|
+ // slot: 'drawLessonsDepartmentIds',
|
|
|
componentProps: {
|
|
|
placeholder: '请选择举一反三责任部门,可多选',
|
|
|
style: { width: '100%' },
|