|
@@ -41,11 +41,11 @@
|
|
|
<!-- 章节报告,只有提交 提交即是发布 -->
|
|
|
<template v-if="reportInfo&&reportInfo.ReportChapterId">
|
|
|
<li
|
|
|
- class="action-item"
|
|
|
+ class="action-item editsty"
|
|
|
:class="{'disabled':checkLoading}"
|
|
|
@click="$emit('handlePublishOpt')"
|
|
|
>
|
|
|
- <img src="~@/assets/img/smartReport/icon01.png" alt="">
|
|
|
+ <img src="~@/assets/img/icons/submit_ico.svg" alt="">
|
|
|
<span>{{$t('ReportManage.ReportList.submit_chapter_btn')}}</span>
|
|
|
</li>
|
|
|
</template>
|
|
@@ -54,32 +54,32 @@
|
|
|
<template v-else>
|
|
|
<template v-if="!isApprove||!hasApproveFlow">
|
|
|
<li
|
|
|
- class="action-item"
|
|
|
+ class="action-item editsty"
|
|
|
:class="{'disabled':checkLoading}"
|
|
|
@click="$emit('handlePublishOpt','dsfb')"
|
|
|
v-if="permissionBtn.checkPermissionBtn(permissionBtn.reportManageBtn.reportManage_publish)"
|
|
|
>
|
|
|
- <img src="~@/assets/img/smartReport/icon01.png" alt="">
|
|
|
+ <img src="~@/assets/img/icons/timing_ico.svg" alt="">
|
|
|
<span>{{$t('ReportManage.ReportList.scheduled_publish_btn')}}</span>
|
|
|
</li>
|
|
|
<li
|
|
|
- class="action-item"
|
|
|
+ class="action-item editsty"
|
|
|
:class="{'disabled':checkLoading}"
|
|
|
@click="$emit('handlePublishOpt','fb')"
|
|
|
v-if="permissionBtn.checkPermissionBtn(permissionBtn.reportManageBtn.reportManage_publish)"
|
|
|
>
|
|
|
- <img src="~@/assets/img/smartReport/icon01.png" alt="">
|
|
|
+ <img src="~@/assets/img/icons/publish_ico.svg" alt="">
|
|
|
<span>{{$t('ReportManage.ReportList.publish_btn')}}</span>
|
|
|
</li>
|
|
|
</template>
|
|
|
<template v-if="isApprove&&hasApproveFlow">
|
|
|
<li
|
|
|
- class="action-item"
|
|
|
+ class="action-item editsty"
|
|
|
:class="{'disabled':checkLoading}"
|
|
|
@click="$emit('handlePublishOpt','submit')"
|
|
|
v-if="permissionBtn.checkPermissionBtn(permissionBtn.reportManageBtn.reportManage_publish)"
|
|
|
>
|
|
|
- <img src="~@/assets/img/smartReport/icon01.png" alt="">
|
|
|
+ <img src="~@/assets/img/icons/submit_ico.svg" alt="">
|
|
|
<span>{{$t('ReportManage.ReportList.submission_btn')}}</span>
|
|
|
</li>
|
|
|
</template>
|