Compare commits

..

No commits in common. "de605dd446db418d6deaf1285f57f8d2b4aee3c0" and "f2e68d01058b302b9f49d843b8111bd691843729" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ export default {
// id
const selList = ref([
{ name: '发布时间', value: 'tdr.create_date', show: true, orderType: 'DESC' },
// { name: '', value: 'visits', show: true, orderType: 'DESC' },
{ name: '浏览量', value: 'visits', show: true, orderType: 'DESC' },
{ name: '申请量', value: 'applyCount', show: true, orderType: 'DESC' },
{ name: '收藏量', value: 'collectCount', show: true, orderType: 'DESC' },
{ name: '评分', value: 'score', show: true, orderType: 'DESC' },