wujingjing
2025-03-19 7c7512334175e72afdb5520786d3e96790d3b706
允许文件
已修改1个文件
3 ■■■■ 文件已修改
src/views/project/yw/dataManage/graph/AddGraph.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/yw/dataManage/graph/AddGraph.vue
@@ -81,7 +81,7 @@
        DocumentRecognition: '1',
    },
    // allowType: '.pdf,.doc,.docx,.txt,.md,.pptx,.ppt',
    allowType: 'md,.doc,.docx',
    allowType: 'md,.doc,.docx,.pdf',
    limit: 5,
    size: 5,
    categoryFormRules: {
@@ -121,6 +121,7 @@
    md: 'markdown',
    doc: 'doc',
    docx: 'docx',
    pdf:'pdf'
};
const getFileSuffix = (name: string): string => {