fix: 产品上架只有详情展示
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1889,7 +1889,7 @@ const rejectDialogBtnClick = (btn, info) => { | ... | @@ -1889,7 +1889,7 @@ const rejectDialogBtnClick = (btn, info) => { |
| 1889 | <template> | 1889 | <template> |
| 1890 | <div class="container_wrap" v-loading="flowDetailLoading"> | 1890 | <div class="container_wrap" v-loading="flowDetailLoading"> |
| 1891 | <div class="content_main"> | 1891 | <div class="content_main"> |
| 1892 | <div v-if="flowDetail.crossPlatformApproveState == 'R' || flowDetail.crossPlatformApproveState == 'E'" | 1892 | <div v-if="detailType == 'detail' && (flowDetail.crossPlatformApproveState == 'R' || flowDetail.crossPlatformApproveState == 'E')" |
| 1893 | :class="['panel_wrap', 'results_panel', 'reject']"> | 1893 | :class="['panel_wrap', 'results_panel', 'reject']"> |
| 1894 | <div class="panel_header"> | 1894 | <div class="panel_header"> |
| 1895 | <div class="header_title" v-if="flowDetail.crossPlatformApproveState == 'R'"> | 1895 | <div class="header_title" v-if="flowDetail.crossPlatformApproveState == 'R'"> | ... | ... |
-
Please register or sign in to post a comment