|
|
@@ -1,10 +1,3 @@
|
|
|
-/*
|
|
|
- * @Author: liuJie
|
|
|
- * @Date: 2026-03-22 16:06:38
|
|
|
- * @LastEditors: liuJie
|
|
|
- * @LastEditTime: 2026-04-08 14:48:51
|
|
|
- * @Describe: file describe
|
|
|
- */
|
|
|
import { FormConfig } from '@/types/basic-form';
|
|
|
const sourceTypeNameOptions = [
|
|
|
{label: '员工提交', value: '1'},
|
|
|
@@ -20,6 +13,8 @@ export const ACADEMY_FILE_FORM_CONFIG: FormConfig[] = [
|
|
|
componentProps: {
|
|
|
placeholder: '隐患问题描述',
|
|
|
disabled: true,
|
|
|
+ type: 'textarea',
|
|
|
+ autosize: { minRows: 2, maxRows: 4 },
|
|
|
},
|
|
|
},
|
|
|
{
|