diff --git a/src/components/SearchGrade.vue b/src/components/SearchGrade.vue index fb6aea68a22f33b81c2a4040eeb8b123924f186a..6a6aff85a15cd0fee379e88d57bc884b7f277bc7 100644 --- a/src/components/SearchGrade.vue +++ b/src/components/SearchGrade.vue @@ -5,7 +5,7 @@ import { tableColumns } from './const' import { getRemoteCsdnGrade } from '../service/csdnApi' import { onMounted, reactive, onUnmounted } from 'vue'; const state = reactive({ - title:'csdn用户根据id快速查分数改文', + title:'csdn用户根据id快速查分数改文章', loading: false, searchValue: localStorage.getItem('csdnUid') || '', firstChart: null, @@ -243,9 +243,11 @@ function initFirstData() { diff --git a/src/components/const.js b/src/components/const.js index 9c2aec92e9c03bbd521fa8e0d120d120bd4ac680..945367829272911365e6a585810f4536cadc3c28 100644 --- a/src/components/const.js +++ b/src/components/const.js @@ -25,13 +25,13 @@ export const tableColumns= [{ title: '质量分', dataIndex: 'score', sorter: (a, b) => a.score - b.score, - }, { - title: '建议', - dataIndex: 'message', }, { title: '发文时间', dataIndex: 'postTime', sorter: (a, b) => new Date(a.postTime) - new Date(b.postTime), + }, { + title: '建议', + dataIndex: 'message', }, { title: '操作', key: 'option',