新旧拆分单对比--发起比对--新旧条款目录,展示不完整
This commit is contained in:
@@ -38,11 +38,11 @@
|
|||||||
:replace-fields="{key: 'menuId'}"
|
:replace-fields="{key: 'menuId'}"
|
||||||
@select="onSelectLeft"
|
@select="onSelectLeft"
|
||||||
:tree-data="resultData.menuLeft">
|
:tree-data="resultData.menuLeft">
|
||||||
<a-icon slot="switcherIcon" type="down" :style="{ fontSize: '12px', color: '#103770' }" />
|
|
||||||
<template slot="title" slot-scope="{title}">
|
<template slot="title" slot-scope="{title}">
|
||||||
<!-- 目录前三个和有子集的标题加粗 -->
|
<!-- 目录前三个和有子集的标题加粗 -->
|
||||||
<span :style="title.indexOf('.')===-1?'font-weight: 600;':''">{{ title }}</span>
|
<span :style="title.indexOf('.')===-1?'font-weight: 600;':''">{{ title }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
<a-icon slot="switcherIcon" type="down" :style="{ fontSize: '12px', color: '#103770' }" />
|
||||||
</a-tree>
|
</a-tree>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ export default {
|
|||||||
cancelText: this.$t('docTool.split.gotIt'),
|
cancelText: this.$t('docTool.split.gotIt'),
|
||||||
title: this.$t('docTool.split.formatRequirement'),
|
title: this.$t('docTool.split.formatRequirement'),
|
||||||
content: (h) => {
|
content: (h) => {
|
||||||
const contentArr = [this.$t('docTool.split.formatRequirementContentOne'), this.$t('docTool.split.formatRequirementContentTwo'), this.$t('docTool.split.formatRequirementContentThree'), this.$t('docTool.split.formatRequirementContentFour')]
|
const contentArr = ['1.导入的文档是zip格式', '2.图片为jpg、jpeg、 png、 gif格式', '3.文档中的图片,在导入exceI中以文件名填写,图文件存放在相对路径的目录下', '4.文档中的表格,在导入exceI中以链接的形式展示,击链接跳转到指定的sheet页面']
|
||||||
const contentDomArr = []
|
const contentDomArr = []
|
||||||
for (const content of contentArr) {
|
for (const content of contentArr) {
|
||||||
console.log(content)
|
console.log(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user