weiximei hace 6 años
padre
commit
780b2779fd

+ 1
- 1
VUECODE/smart-property-manage/src/views/social/activity/index.vue Ver fichero

@@ -205,7 +205,7 @@ export default {
205 205
       }
206 206
 
207 207
       // 如果修改时间和创建时间不一致, 就显示已修改
208
-      if (row.updateDate > row.createDate) {
208
+      if (row.status === '0' && (row.updateDate > row.createDate)) {
209 209
         statusName = '已修改'
210 210
       }
211 211