浏览代码

变更时间

lifanagju_citu 11 月之前
父节点
当前提交
cec3050a89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/personal/myPublicRecruitment/components/integralTable.vue

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

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