fix : 修复首页数据展示,更改文章时间字段

This commit is contained in:
2024-09-21 22:37:59 +08:00
parent 4f594b0bfd
commit 7b155f649d
3 changed files with 64 additions and 111 deletions

View File

@@ -41,7 +41,7 @@ const researchFundSearchConfig = reactive([
},
{
label: '时间',
prop: 'createTime',
prop: 'articleTime',
component: 'el-date-picker',
props: {
placeholder: '请选择时间',
@@ -85,7 +85,7 @@ const researchFundTableConfig = reactive({
}
},
{
prop: 'createTime',
prop: 'articleTime',
label: '时间',
align: 'center'
},