update 文档拆分参数

This commit is contained in:
赵霄
2023-09-26 09:16:54 +08:00
parent c54b8e8c7b
commit 0a84ffb3e4
4 changed files with 4 additions and 4 deletions
@@ -170,7 +170,7 @@ export default {
// 页面数据
detailData: {},
// 文件的字段
fileField: ['associated_file', 'publish_of_original', 'publish_of_translation', 'modification_list', 'draft_for_review', 'draft_for_approval', 'draft_for_comment', 'draft'],
fileField: [],
// 需要数据字段翻译的属性类型
needDictFieldList: [FieldType.USER_SINGLE.value, FieldType.ORGAN_SINGLE.value, FieldType.STANDARD_MORE.value, FieldType.ORGAN_MORE.value, FieldType.OPTION_SINGLE.value, FieldType.OPTION_MORE.value, FieldType.TREE.value],
image: false,
@@ -122,5 +122,6 @@ export default {
</script>
<style scoped lang="less">
@import '~@assets/less/common.less';
</style>