diff --git a/src/views/oa/base/printTemplate/template.vue b/src/views/oa/base/printTemplate/template.vue index 03e5c8c..f40f541 100644 --- a/src/views/oa/base/printTemplate/template.vue +++ b/src/views/oa/base/printTemplate/template.vue @@ -55,7 +55,6 @@ const options = ref({ parseOptions: { preserveWhitespace: 'full' }, - // specialChars: [...UmoEditor.defaultConfig.specialChars], autoSave: { enabled: true, interval: 1000 * 60 * 5 @@ -63,13 +62,6 @@ const options = ref({ }, dicts: { symbols: [ - { - label: { - en_US: 'Common Characters', - zh_CN: '常用字符' - }, - items: '☐☑' - }, { label: { en_US: 'Plain Text', @@ -101,6 +93,13 @@ const options = ref({ zh_CN: '拉丁语' }, items: 'ĀāĂ㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľĿŀŁłŃńŅņŇňʼnŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞşŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽžſ' + }, + { + label: { + en_US: 'Common Characters', + zh_CN: '特殊字符' + }, + items: '☐☑' } ] }, diff --git a/src/views/oa/erp/contractInfo/contract.vue b/src/views/oa/erp/contractInfo/contract.vue index 7c922e6..be0b9e0 100644 --- a/src/views/oa/erp/contractInfo/contract.vue +++ b/src/views/oa/erp/contractInfo/contract.vue @@ -52,6 +52,22 @@ const options = ref({ interval: 1000 * 60 * 5 } }, + toolbar: { + menus: ['base', 'export'] + }, + disableExtensions: [ + 'ordered-list', + 'quote', + 'code', + 'select-all', + 'import-word', + 'viewer', + 'print', + 'export-image', + 'export-text', + 'share', + 'embed' + ], page: { showBreakMarks: false },