Commit ce36b234 by web

Merge branch 'hotfix-文案修改' into 'master'

fix: 文案修改

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