Browse Source

fix: 自有数据最新时间显示字段

Karsa 1 năm trước cách đây
mục cha
commit
977cfa5d43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/dataEntry_manage/thirdBase/selfDataBase.vue

+ 1 - 1
src/views/dataEntry_manage/thirdBase/selfDataBase.vue

@@ -189,7 +189,7 @@ export default {
           },
           {
             label: /* '指标最新时间' */this.$t('SelftDataPage.col_newest_time'),
-            key: 'DataUpdateTime',
+            key: 'EndDate',
             sortable:true,
           },
           {