fix : 修复首页数据展示,更改文章时间字段
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user