diff --git a/src/pages/page1/saicComponents/Init.vue b/src/pages/page1/saicComponents/Init.vue index 70662a1..b66ae4a 100644 --- a/src/pages/page1/saicComponents/Init.vue +++ b/src/pages/page1/saicComponents/Init.vue @@ -1158,7 +1158,7 @@ export default { oDocument.InsertContent([oParagraph]) const oParagraph1 = Api.CreateParagraph() - oParagraph1.AddText(' 本文件XXX') + oParagraph1.AddText(' 本文件规定了……(标准化对象和所涉及的各个方面) 。') oParagraph1.SetFontFamily('宋体') oParagraph1.SetFontSize(21) oParagraph1.SetJc('left') @@ -1167,6 +1167,16 @@ export default { oParagraph1.SetColor(0, 0, 0) oDocument.InsertContent([oParagraph1]) + const oParagraphA = Api.CreateParagraph() + oParagraphA.AddText(' 本文件适用于……(指明标准化或其特定部分的适用界限)。') + oParagraphA.SetFontFamily('宋体') + oParagraphA.SetFontSize(21) + oParagraphA.SetJc('left') + oParagraphA.SetSpacingAfter(0) + oParagraphA.SetSpacingBefore(17) + oParagraphA.SetColor(0, 0, 0) + oDocument.InsertContent([oParagraphA]) + const oParagraph4 = Api.CreateParagraph() oParagraph4.AddText('规范性引用文件') oParagraph4.SetNumbering(oNumLvl)