diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue
index 1dbcb5b..36fbc8a 100644
--- a/src/components/article/indexNewsInfo.vue
+++ b/src/components/article/indexNewsInfo.vue
@@ -19,17 +19,25 @@
- {{
- item
- }}
+ {{ item }}
- {{
- item
- }}
+ {{ item }}
@@ -49,7 +57,13 @@
-
+
+
-
+
编辑:
{{ props.data.editor }}
-
+
二校:
{{ props.data.secondReviewer }}
-
+
AI关联标的
@@ -84,7 +98,8 @@
:show="LoginShow"
@handlePopupClose="handlePopupClose"
@handlePopupSuccessCallback="handlePopupSuccessCallback"
- @handlePopupErrorCallback="handlePopupErrorCallback" />
+ @handlePopupErrorCallback="handlePopupErrorCallback"
+ />