|
@@ -4,7 +4,7 @@
|
|
<h3>{{reportBase.Title}}</h3>
|
|
<h3>{{reportBase.Title}}</h3>
|
|
|
|
|
|
<ul class="handle-list">
|
|
<ul class="handle-list">
|
|
- <li v-if="reportBase.ReportLayout===2">
|
|
|
|
|
|
+ <li v-if="reportBase.ReportLayout===2" @click="openTerritorySet">
|
|
<img src="~@/assets/img/icons/submit_ico.svg" alt="">
|
|
<img src="~@/assets/img/icons/submit_ico.svg" alt="">
|
|
<el-button type="text"><!-- 版图设置 -->{{$t('ReportManage.ReportList.img_set_btn')}}</el-button>
|
|
<el-button type="text"><!-- 版图设置 -->{{$t('ReportManage.ReportList.img_set_btn')}}</el-button>
|
|
</li>
|
|
</li>
|
|
@@ -382,6 +382,11 @@ export default {
|
|
this.$emit('handlePublish',tp)
|
|
this.$emit('handlePublish',tp)
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ /* 版图设置 */
|
|
|
|
+ openTerritorySet() {
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
|
|
//选择章节 预览
|
|
//选择章节 预览
|
|
async chooseChapter(item,type='') {
|
|
async chooseChapter(item,type='') {
|