+
内容稿件审核
{`${workIds.value.length > 0 ? '批量' : ''}审核内容稿件`}
+ {dataSource.value.length > 1 && (
+
checkListDrawerRef.value.open(dataSource.value, selectCardInfo.value)}
+ >
+
+ 审核列表
+
+ )}
+
@@ -171,10 +179,8 @@ export default {
selectCardInfo={selectCardInfo.value}
checkResult={checkResult.value}
onFilesChange={onFilesChange}
- onAgainCheck={onAgainCheck}
- checkLoading={checkLoading.value}
selectedImageInfo={selectedImageInfo.value}
- onImageClick={onImageClick}
+ onSelectImage={onSelectImage}
/>
@@ -185,6 +191,7 @@ export default {
+
>
);
},
diff --git a/src/views/creative-generation-workshop/manuscript/check/style.scss b/src/views/creative-generation-workshop/manuscript/check/style.scss
index e4727a2..2a6deb1 100644
--- a/src/views/creative-generation-workshop/manuscript/check/style.scss
+++ b/src/views/creative-generation-workshop/manuscript/check/style.scss
@@ -13,6 +13,21 @@ $footer-height: 68px;
font-family: $font-family-medium;
}
}
+ .check-list-icon {
+ // width: 92px;
+ cursor: pointer;
+ height: 36px;
+ display: flex;
+ padding: 8px 12px;
+ justify-content: center;
+ align-items: center;
+ border-radius: 30px 0 0 30px;
+ border: 1px solid var(--Border-1, #d7d7d9);
+ background: #fff;
+ position: absolute;
+ right: 0;
+ top: calc($navbar-height + 8px);
+ }
}
.footer-row {
position: fixed;
@@ -21,4 +36,4 @@ $footer-height: 68px;
width: calc(100% - $sidebar-width);
border-top: 1px solid #e6e6e8;
height: $footer-height;
-}
\ No newline at end of file
+}