+
@@ -137,10 +137,8 @@ export default {
this.total = res.data.total
this.loading = false
if (res.data && res.data.records && res.data.records.length > 0) {
- if (res.data.records[0].renewTime && res.data.records[0].renewTime !== '') {
- const isNew = this.checkTime(res.data.records[0].renewTime)
- this.$emit('isNew', isNew)
- }
+ const isNew = res.data.records[0].threeDaysNew || false
+ this.$emit('isNew', isNew)
}
}, e => {
this.loading = false
diff --git a/src/pages/home2/components/release2/index.vue b/src/pages/home2/components/release2/index.vue
index 41309e9de..3f00b1dee 100644
--- a/src/pages/home2/components/release2/index.vue
+++ b/src/pages/home2/components/release2/index.vue
@@ -35,7 +35,10 @@
label="标准名称"
>
- {{ scope.row.standardName }}
+
+ {{ scope.row.standardName }}
+
+
+
+
diff --git a/src/pages/home2/components/releaseQA/index.vue b/src/pages/home2/components/releaseQA/index.vue
index ee9184ddf..62addd67d 100644
--- a/src/pages/home2/components/releaseQA/index.vue
+++ b/src/pages/home2/components/releaseQA/index.vue
@@ -32,7 +32,10 @@
align="center"
>
- {{ scope.row.problemDescription }}
+
+ {{ scope.row.problemDescription }}
+
+
+
+