feat(document): 添加工作档案标签页
- 在TabsCardDocument组件中新增工作档案标签页配置 - 设置标签页名称为'工作档案' - 配置标签页对应表单ID为'1966386366515343361' - 设置计算高度为200像素- 固定搜索条件file_main_type为5
This commit is contained in:
@@ -61,6 +61,13 @@ const tabsPaneList = ref([
|
||||
calcHeight: 200,
|
||||
fixedSearch: {file_main_type: 4}
|
||||
},
|
||||
{
|
||||
label: '工作档案',
|
||||
name: 'workArchive',
|
||||
formId: '1966386366515343361',
|
||||
calcHeight: 200,
|
||||
fixedSearch: {file_main_type: 5}
|
||||
},
|
||||
])
|
||||
|
||||
// 定义点击tab的事件动作
|
||||
|
||||
Reference in New Issue
Block a user