e277f31b by lihua

fix: 产品上架只有详情展示

1 parent 6a5239c6
...@@ -1883,7 +1883,7 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -1883,7 +1883,7 @@ const rejectDialogBtnClick = (btn, info) => {
1883 <template> 1883 <template>
1884 <div class="container_wrap" v-loading="flowDetailLoading"> 1884 <div class="container_wrap" v-loading="flowDetailLoading">
1885 <div class="content_main"> 1885 <div class="content_main">
1886 <div v-if="flowDetail.crossPlatformApproveState == 'R' || flowDetail.crossPlatformApproveState == 'E'" 1886 <div v-if="detailType == 'detail' && (flowDetail.crossPlatformApproveState == 'R' || flowDetail.crossPlatformApproveState == 'E')"
1887 :class="['panel_wrap', 'results_panel', 'reject']"> 1887 :class="['panel_wrap', 'results_panel', 'reject']">
1888 <div class="panel_header"> 1888 <div class="panel_header">
1889 <div class="header_title" v-if="flowDetail.crossPlatformApproveState == 'R'"> 1889 <div class="header_title" v-if="flowDetail.crossPlatformApproveState == 'R'">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!