feat(css): 添加移动端 iconfont样式并优化内容编辑组件- 在 main.scss 中添加移动端 iconfont 样式
- 为 contenteditable 组件添加失焦事件处理 - 新增 YLPicker 组件,支持年月日时分秒的自定义格式选择
This commit is contained in:
29
src/utils/QuestionJsons/FileUpload.js
Normal file
29
src/utils/QuestionJsons/FileUpload.js
Normal file
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
id: '',
|
||||
question_type: 18,
|
||||
question_index: 41,
|
||||
stem: '请上传文件',
|
||||
title: 'Q14',
|
||||
options: [],
|
||||
last_option_index: 0,
|
||||
config: {
|
||||
is_required: 1,
|
||||
quick_type: 0,
|
||||
is_show: [],
|
||||
select_random: 0,
|
||||
min_number: 1,
|
||||
max_number: 1,
|
||||
min_size: 0,
|
||||
max_size: 1,
|
||||
is_file: 0,
|
||||
file_type: '0'
|
||||
},
|
||||
associate: [],
|
||||
question_code: '',
|
||||
logic_config: {
|
||||
order: 0,
|
||||
type: 0,
|
||||
expect: '',
|
||||
stay_time: ''
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user