subPackage/workbench/views/counterfraudReportDetail.vue
@@ -108,7 +108,7 @@ <view class="blank"></view> <!-- <footer-btn @click="submitInfo" v-if="roleType == 2 && (info.status == 4 || info.status == 3)" /> --> <audit-action v-if="roleType == 1 && info.status == 1" @handle="submitAudit" /> <audit-action :dataItem="info" v-if="roleType == 1 && info.status == 1" @handle="submitAudit" /> <footer-btn v-if="roleType == 2 && info.status == 3" text="重新提交" @click="navTo" /> </view> </template>