Browse Source

变更时间

lifanagju_citu 11 months ago
parent
commit
cec3050a89

+ 1 - 1
src/views/personal/myPublicRecruitment/components/integralTable.vue

@@ -24,7 +24,7 @@ defineProps({
 const selected = ref([])
 const selected = ref([])
 const headers = [
 const headers = [
   { title: '积分类型', key: '积分类型' },
   { title: '积分类型', key: '积分类型' },
-  { title: '时间', key: '时间' },
+  { title: '变更时间', key: '时间' },
   { title: '积分', key: '积分' },
   { title: '积分', key: '积分' },
 ]
 ]