linwe
2024-05-23 b49da32f7f04a7c45b84958856daf79cd239b0e0
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>