Commit 64221edb by web

fix: 文案修改

1 parent fa61857f
{
"name": "xrk-bi",
"version": "0.4.2",
"version": "0.4.3",
"description": "xrk-bi",
"author": "xrk",
"main": "dist/bundler.js",
......
......@@ -68,7 +68,7 @@
v-if="showSingleChoiceMixin.length > 0"
style="margin-top:25px;"
class="bi-block no-border"
name="推广相关问卷数据分析"
name="推广相关内容数据分析"
:singleChoice="showSingleChoiceMixin"
:pageWrap="true"
printInfo
......@@ -77,7 +77,7 @@
>
<BiSingleChoiceInfo
:index="answerMode == 1 ? '4' : '5'"
name="推广相关问卷数据分析"
name="推广相关内容数据分析"
></BiSingleChoiceInfo>
</BiSingleChoice>
<BiCoverEnd title="奇正藏药医学沙龙推广项目数据报告"></BiCoverEnd>
......@@ -216,7 +216,7 @@ export default {
]
},
{
name: '推广相关问卷数据分析',
name: '推广相关内容数据分析',
child: [
...page3Info
.filter(item => item.name)
......@@ -432,8 +432,8 @@ export default {
chartType: 2,
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷各篇内容浏览排行'
: '数字问卷各篇内容反馈排行',
? '各篇内容浏览排行'
: '各篇内容反馈排行',
hideTypes: true,
hideLegend: true,
hideDesc: true
......@@ -442,8 +442,8 @@ export default {
chartType: 13,
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷浏览分布区域热力图'
: '数字问卷反馈分布区域热力图',
? '浏览分布区域热力图'
: '反馈分布区域热力图',
hideTypes: true,
hideColor: true,
hideLegend: true,
......@@ -453,8 +453,8 @@ export default {
chartType: item.chartType || randomType([1, 2, 5, 6]),
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷单日浏览走势图'
: '数字问卷单日反馈走势图',
? '单日浏览走势图'
: '单日反馈走势图',
hideLegend: true,
hideDesc: true,
disableTypes: [3, 4, 9, 10, 11]
......@@ -463,8 +463,8 @@ export default {
chartType: 2,
blockTitle:
singleChoiceName === 'singleChoiceHistory'
? '数字问卷各篇内容单日最大浏览量排名'
: '数字问卷各篇内容单日最大反馈排名',
? '各篇内容单日最大浏览量排名'
: '各篇内容单日最大反馈排名',
hideTypes: true,
hideLegend: true,
hideDesc: true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!